summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/20-07-2011/Controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/20-07-2011/Controller.py')
-rw-r--r--For Weekly Test/20-07-2011/Controller.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/For Weekly Test/20-07-2011/Controller.py b/For Weekly Test/20-07-2011/Controller.py
index 99cc11a..50c0f76 100644
--- a/For Weekly Test/20-07-2011/Controller.py
+++ b/For Weekly Test/20-07-2011/Controller.py
@@ -53,7 +53,7 @@ if dbStatus == 1:
sipGateServer = classPing.Ping('sipgate.de')
sipGateServerStatus = sipGateServer.ping(3)
- sipLocalServer = classPing.Ping('132.230.4.60')
+ sipLocalServer = classPing.Ping('132.230.252.228')
sipLocalServerStatus = sipLocalServer.ping(3)
# Fetch The task information from DB
@@ -130,7 +130,7 @@ if dbStatus == 1:
db.addResult(taskID, x.testResult)
if callTo == "localsip":
- if sipLocalSeverStatus == 0:
+ if sipLocalServerStatus == 0:
print "[failed] 500 Server Internal Error"
else: