mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
Commented out debug printing
This commit is contained in:
@@ -762,8 +762,8 @@ class GenCXProfile(LFCliBase):
|
|||||||
|
|
||||||
def start_cx(self):
|
def start_cx(self):
|
||||||
print("Starting CXs...")
|
print("Starting CXs...")
|
||||||
print(self.created_cx)
|
#print(self.created_cx)
|
||||||
print(self.created_endp)
|
#print(self.created_endp)
|
||||||
for cx_name in self.created_cx:
|
for cx_name in self.created_cx:
|
||||||
self.json_post("/cli-json/set_cx_state", {
|
self.json_post("/cli-json/set_cx_state", {
|
||||||
"test_mgr": "default_tm",
|
"test_mgr": "default_tm",
|
||||||
|
|||||||
Reference in New Issue
Block a user