summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/23-07-2011/test1.py
diff options
context:
space:
mode:
authortt412011-07-22 01:25:11 +0200
committertt412011-07-22 01:25:11 +0200
commit52804083f8c028456029a8711bf6a0289bc84f68 (patch)
treed0e460d99510eaf164e2cc7a79b59071fd9fe044 /For Weekly Test/23-07-2011/test1.py
parentThe new version of SIP handler, which can handler SIP, Landline and Uni account. (diff)
downloadgsm-selftest-52804083f8c028456029a8711bf6a0289bc84f68.tar.gz
gsm-selftest-52804083f8c028456029a8711bf6a0289bc84f68.tar.xz
gsm-selftest-52804083f8c028456029a8711bf6a0289bc84f68.zip
remodel test case
Diffstat (limited to 'For Weekly Test/23-07-2011/test1.py')
-rw-r--r--For Weekly Test/23-07-2011/test1.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/For Weekly Test/23-07-2011/test1.py b/For Weekly Test/23-07-2011/test1.py
new file mode 100644
index 0000000..e04e093
--- /dev/null
+++ b/For Weekly Test/23-07-2011/test1.py
@@ -0,0 +1,7 @@
+import sys
+import os
+
+mode = "-S"
+state = "-R"
+command="--command=python test.py" +mode +state
+subprocess.Popen(args=["gnome-terminal", command])