summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode
diff options
context:
space:
mode:
authorTriatmoko2011-10-22 00:02:06 +0200
committerTriatmoko2011-10-22 00:02:06 +0200
commite15ba6a6de5416bd86956c3e13114a4547824db2 (patch)
tree21ff4c76a272965eea59db706138ae2ba8e1d223 /For Weekly Test/tricode
parent fix smart test (diff)
downloadgsm-selftest-e15ba6a6de5416bd86956c3e13114a4547824db2.tar.gz
gsm-selftest-e15ba6a6de5416bd86956c3e13114a4547824db2.tar.xz
gsm-selftest-e15ba6a6de5416bd86956c3e13114a4547824db2.zip
communication with website
Diffstat (limited to 'For Weekly Test/tricode')
-rwxr-xr-xFor Weekly Test/tricode/gsmselftest-website2.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/For Weekly Test/tricode/gsmselftest-website2.py b/For Weekly Test/tricode/gsmselftest-website2.py
index 928275e..87df001 100755
--- a/For Weekly Test/tricode/gsmselftest-website2.py
+++ b/For Weekly Test/tricode/gsmselftest-website2.py
@@ -165,11 +165,11 @@ def regularTest():
sendResultWebsite(messages)
print messages
sleep(0.25)
- for result in finalResult:
+ #for result in finalResult:
- message = '|' + str(result[0]) + '|' + str(0) + '|' + str(result[1])+ '|' + str(0)
- sendResultWebsite(message)
- sleep(0.25)
+ # message = '|' + str(result[0]) + '|' + str(0) + '|' + str(result[1])+ '|' + str(0)
+ # sendResultWebsite(message)
+ # sleep(0.25)
sendFinishMessage()
initTrueTable(regulartest.smartResultList)