We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131ff30 commit 08b8edaCopy full SHA for 08b8eda
1 file changed
test/test_base.py
@@ -52,6 +52,7 @@ def cleanup(self, signum=None, frame=None):
52
session.logfile = sys.stdout
53
session.expect("Do you want to bring down the running Warnet?", timeout=30)
54
session.sendline("y")
55
+ session.expect("Warnet teardown process completed", timeout=300)
56
self.wait_for_all_tanks_status(target="stopped", timeout=60, interval=1)
57
except Exception as e:
58
self.log.error(f"Error bringing network down: {e}")
0 commit comments