Better stdout redirection, added communication between scripts and bash script

This commit is contained in:
Dipti
2020-11-30 16:29:02 -08:00
parent c6b36f06fa
commit 49999987da
5 changed files with 19 additions and 14 deletions

View File

@@ -54,6 +54,7 @@ class IPv4Test(LFCliBase):
self.station_profile.admin_up()
self._pass("PASS: Station build finished")
exit(0)
def cleanup(self, sta_list):
self.station_profile.cleanup(sta_list)