mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
minor fixed ws_generic_monitor_test
This commit is contained in:
@@ -13,7 +13,7 @@ from ws_generic_monitor import WS_Listener
|
||||
|
||||
reference = "test_ipv4_connection.py"
|
||||
def main():
|
||||
WS_Listener(lfclient_host="192.168.200.15", _scriptname=reference, _callback=TestRun)
|
||||
WS_Listener(lfclient_host="localhost", _scriptname=reference, _callback=TestRun)
|
||||
|
||||
|
||||
def TestRun(ws, message):
|
||||
|
||||
Reference in New Issue
Block a user