mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
create_vr: Create more debug output when debug is on
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -131,7 +131,7 @@ class CreateVR(Realm):
|
||||
self.vr_profile.add_vrcx(
|
||||
vr_eid=self.vr_name,
|
||||
connection_name_list="rd90a",
|
||||
debug=True)
|
||||
debug=self.debug)
|
||||
|
||||
self.vr_profile.refresh_netsmith(
|
||||
resource=self.vr_name[1], debug=self.debug)
|
||||
@@ -149,7 +149,7 @@ class CreateVR(Realm):
|
||||
(router_eid[0],
|
||||
router_eid[1],
|
||||
self.vr_name[2]),
|
||||
debug_=True)
|
||||
debug_=self.debug)
|
||||
pprint(("full router: ", full_router))
|
||||
time.sleep(5)
|
||||
if router is None:
|
||||
|
||||
Reference in New Issue
Block a user