mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Fix ws_generic_monitor
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ import json
|
|||||||
if 'py-json' not in sys.path:
|
if 'py-json' not in sys.path:
|
||||||
sys.path.append('../py-json')
|
sys.path.append('../py-json')
|
||||||
from ws_generic_monitor import WS_Listener
|
from ws_generic_monitor import WS_Listener
|
||||||
|
from realm import Realm
|
||||||
|
|
||||||
reference = "test_ipv4_connection.py"
|
reference = "test_ipv4_connection.py"
|
||||||
|
|
||||||
@@ -35,7 +36,7 @@ class GenericMonitorTest(Realm):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
WS_Listener(lfclient_host="localhost", _scriptname=reference, _callback=TestRun)
|
WS_Listener(lfclient_host="localhost", _scriptname=reference)#, _callback=TestRun)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user