Skip to content

Commit 47ee7c9

Browse files
authored
Merge pull request #511 from NetSys/actually_run_crash_tests
Fix bug where crash tests weren't being run.
2 parents 7a1bd1a + a78a0e9 commit 47ee7c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bessctl/conf/testing/run_module_tests.bess

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ def crash_test(module, num_input_ports, num_output_ports):
7373
for i in range(num_output_ports):
7474
module:i -> Sink()
7575

76+
bess.resume_all()
7677
time.sleep(5)
78+
bess.pause_all()
7779

78-
# Can't just call exec() in the middle of mane loop because
80+
# Can't just call exec() in the middle of main loop because
7981
# variables will leak into main script scope
8082

8183

0 commit comments

Comments
 (0)