summaryrefslogtreecommitdiffstats
path: root/Code/Server-Code/gsmselftest.py
diff options
context:
space:
mode:
authorTriatmoko2011-11-18 23:29:26 +0100
committerTriatmoko2011-11-18 23:29:26 +0100
commitd513d1141e13e8f29cf7c17cfb266c95e2daed68 (patch)
treef7d1121ce0c9f44e706683f31a2b2a530861e08a /Code/Server-Code/gsmselftest.py
parentadd error code 801 (diff)
downloadgsm-selftest-d513d1141e13e8f29cf7c17cfb266c95e2daed68.tar.gz
gsm-selftest-d513d1141e13e8f29cf7c17cfb266c95e2daed68.tar.xz
gsm-selftest-d513d1141e13e8f29cf7c17cfb266c95e2daed68.zip
edit truth table for manual command
Diffstat (limited to 'Code/Server-Code/gsmselftest.py')
-rw-r--r--Code/Server-Code/gsmselftest.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/Code/Server-Code/gsmselftest.py b/Code/Server-Code/gsmselftest.py
index e5ca4ee..55f1415 100644
--- a/Code/Server-Code/gsmselftest.py
+++ b/Code/Server-Code/gsmselftest.py
@@ -241,12 +241,12 @@ def smartTest():
if callFrom != callTo:
testDest(callFrom, callTo, 1)
- #checking unsuccess call, to make sure that destination are really unreachable
+ #checking unsuccess call, to make sure that the result are valid
for dest in smartResultList:
#check unsuccess call and did the test have already tried, 2 means has been check
if int(dest[2]) == 486 or int(dest[2]) == 999 or int(dest[2]) == 998 or int(dest[2]) == 801 or int(dest[2]) == 802:
- if int(dest[3]) != 2 and dest[1] != 'sip':
+ if int(dest[3]) != 2:
testDestination = True
testFromRZ = False
testCaller = True
@@ -269,8 +269,11 @@ def smartTest():
if testFromRZ != True:
callFrom = 'sip'
callTo = dest[1]
- testDest(callFrom, callTo, 2)
- rem.append(dest)
+ if callFrom != callTo:
+ testDest(callFrom, callTo, 2)
+ rem.append(dest)
+ else:
+ continue
#check unsuccess call because caller handler having problem
#destination handler having problem, we should make test also to the caller