mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +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"
|
reference = "test_ipv4_connection.py"
|
||||||
def main():
|
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):
|
def TestRun(ws, message):
|
||||||
|
|||||||
Reference in New Issue
Block a user