summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/Advance/initTestClass.py
diff options
context:
space:
mode:
authorgsmselftest2011-10-14 19:25:18 +0200
committergsmselftest2011-10-14 19:25:18 +0200
commitc4fb30e2df8cff6bd4b6046e4b948f21fabd133a (patch)
treebe5f6fc212aba495f8743c8b44a78d50bbf85b16 /For Weekly Test/Advance/initTestClass.py
parentfix the small error (diff)
downloadgsm-selftest-c4fb30e2df8cff6bd4b6046e4b948f21fabd133a.tar.gz
gsm-selftest-c4fb30e2df8cff6bd4b6046e4b948f21fabd133a.tar.xz
gsm-selftest-c4fb30e2df8cff6bd4b6046e4b948f21fabd133a.zip
error on smart test.
Diffstat (limited to 'For Weekly Test/Advance/initTestClass.py')
-rwxr-xr-xFor Weekly Test/Advance/initTestClass.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/For Weekly Test/Advance/initTestClass.py b/For Weekly Test/Advance/initTestClass.py
index a774341..7f75be7 100755
--- a/For Weekly Test/Advance/initTestClass.py
+++ b/For Weekly Test/Advance/initTestClass.py
@@ -220,9 +220,10 @@ class doTest:
caller = dest[0] # to test nanobts if the test come from RZ GSM but fehler
if caller[0:5] == 'GSMRZ':
- self.initTest('sip', dest[0])
- self.smartResultList.append(['sip', dest[1], self.result])
- rem.append(dest)
+ if int(dest[2]) == 486:
+ self.initTest('sip', dest[0])
+ self.smartResultList.append(['sip', dest[1], self.result])
+ rem.append(dest)
for remov in rem:
for x in self.smartResultList: