mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
scenario.py: Print existing ports at the end of the test when debug is turned on
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -121,6 +121,8 @@ class LoadScenario(Realm):
|
||||
print('Scenario failed to load after %s seconds' % self.timeout)
|
||||
else:
|
||||
print('Waiting %s out of %s seconds to load scenario %s' % (timer, self.timeout, self.scenario))
|
||||
if self.debug:
|
||||
print(self.json_get('/port'))
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user