Uncommented necesarry code

This commit is contained in:
Logan Lipke
2020-12-17 16:49:08 -08:00
parent d96df71c2a
commit ea9fede527

View File

@@ -727,7 +727,7 @@ Generic command layout:
ip_test.build()
if not ip_test.passes():
print(ip_test.get_fail_message())
# ip_test.start(False, False)
ip_test.start(False, False)
ip_test.stop()
if not ip_test.passes():
print(ip_test.get_fail_message())