summaryrefslogtreecommitdiffstats
path: root/For Weekly Test
diff options
context:
space:
mode:
authortt412011-07-29 10:30:48 +0200
committertt412011-07-29 10:30:48 +0200
commit995002fdc165afc8c3cc58dc9f9d0b18d3b410a9 (patch)
treeda19b864cbfaca37f8c0872c56e7fd6785db45cf /For Weekly Test
parentchange error information (diff)
downloadgsm-selftest-995002fdc165afc8c3cc58dc9f9d0b18d3b410a9.tar.gz
gsm-selftest-995002fdc165afc8c3cc58dc9f9d0b18d3b410a9.tar.xz
gsm-selftest-995002fdc165afc8c3cc58dc9f9d0b18d3b410a9.zip
insert error code
Diffstat (limited to 'For Weekly Test')
-rwxr-xr-xFor Weekly Test/30-07-2011/gsmselftest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/For Weekly Test/30-07-2011/gsmselftest.py b/For Weekly Test/30-07-2011/gsmselftest.py
index d36e897..d3317be 100755
--- a/For Weekly Test/30-07-2011/gsmselftest.py
+++ b/For Weekly Test/30-07-2011/gsmselftest.py
@@ -234,8 +234,10 @@ else:
sleep(3)
else:
+ db.addResult(taskID, '500')
print "[failed] 500 "+callTo+ " Server Internal Error"
else:
+ db.addResult(taskID, '500')
print "[failed] 500 "+callFrom+ " Server Internal Error"
db.cleanTasksList()
else: