forked from p15670423/monkey
BB: Add time log for monkey killing time
This commit is contained in:
parent
9ca061e23c
commit
ceabb99e7c
|
@ -89,6 +89,7 @@ class ExploitationTest(BasicTest):
|
||||||
if time_passed > MAX_TIME_FOR_MONKEYS_TO_DIE:
|
if time_passed > MAX_TIME_FOR_MONKEYS_TO_DIE:
|
||||||
LOGGER.error("Some monkeys didn't die after the test, failing")
|
LOGGER.error("Some monkeys didn't die after the test, failing")
|
||||||
assert False
|
assert False
|
||||||
|
LOGGER.info(f"After {time_passed} seconds all monkeys have died")
|
||||||
|
|
||||||
def parse_logs(self):
|
def parse_logs(self):
|
||||||
LOGGER.info("Parsing test logs:")
|
LOGGER.info("Parsing test logs:")
|
||||||
|
|
Loading…
Reference in New Issue