Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-10 01:07:10 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-10 01:07:10 (GMT)
commit7958f30744fe646507e3c654247b26480f2baf61 (patch)
tree63c450cad7615abefd5ea551cf89b470c418f84b /tests
parent3884507a741856e3db77617bb6a85b3c2595e21b (diff)
Write a non ui test session.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/simulator/kiu.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/simulator/kiu.py b/tests/simulator/kiu.py
new file mode 100755
index 0000000..d51dafb
--- /dev/null
+++ b/tests/simulator/kiu.py
@@ -0,0 +1,12 @@
+#!/usr/bin/python
+import os
+from sugar.session.TestSession import TestSession
+from sugar.presence import PresenceService
+
+os.environ['SUGAR_NICK_NAME'] = 'kiu'
+
+session = TestSession()
+session.start()
+
+PresenceService.start()
+