mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
run_cv_scenario.py: quieter
This commit is contained in:
@@ -105,10 +105,7 @@ class RunCvScenario(LFCliBase):
|
|||||||
debug_par="?_debug=1"
|
debug_par="?_debug=1"
|
||||||
print("List: ", type(response_json))
|
print("List: ", type(response_json))
|
||||||
if command.endswith("is_built"):
|
if command.endswith("is_built"):
|
||||||
print("xxxxxxxxxx command %s xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" % command)
|
|
||||||
self.localrealm.wait_while_building(debug_=debug_)
|
self.localrealm.wait_while_building(debug_=debug_)
|
||||||
print("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
|
|
||||||
exit(1)
|
|
||||||
else:
|
else:
|
||||||
print("yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy")
|
print("yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy")
|
||||||
response = self.json_post("/gui-json/cmd%s" % debug_par, data, debug_=True, response_json_list_=response_json)
|
response = self.json_post("/gui-json/cmd%s" % debug_par, data, debug_=True, response_json_list_=response_json)
|
||||||
|
|||||||
Reference in New Issue
Block a user