help and debug changes

This commit is contained in:
Dipti
2021-01-19 13:26:52 -08:00
parent 4c487f1e70
commit b7c66ebe48
2 changed files with 30 additions and 22 deletions

View File

@@ -1295,15 +1295,19 @@ class L3CXProfile(BaseProfile):
"cx_name": cx_name,
"cx_state": "RUNNING"
}, debug_=self.debug)
print(".", end='')
print("")
if self.debug:
print(".", end='')
if self.debug:
print("")
def stop_cx(self):
print("Stopping CXs...")
for cx_name in self.created_cx.keys():
self.stopping_cx(cx_name)
print(".", end='')
print("")
if self.debug:
print(".", end='')
if self.debug:
print("")
def cleanup_prefix(self):
self.cleanup_cxe_prefix(self.name_prefix)