Bug 3023

Summary: test-runner stops if multiple testcases fail
Product: ns-3 Reporter: Manuel Requena <manuel.requena>
Component: test frameworkAssignee: ns-bugs <ns-bugs>
Status: NEEDINFO ---    
Severity: enhancement CC: tomh
Priority: P5    
Version: ns-3-dev   
Hardware: PC   
OS: Linux   
Attachments: Patch to allow failing multiple testcases

Description Manuel Requena 2018-11-27 10:50:11 EST
Created attachment 3232 [details]
Patch to allow failing multiple testcases

If multiple testcases fail, test-runner stops at the first one.

The attached patch allows to use the 'stop-on-failure' flag to control if test-runner must stop or not if one testcase fails.

This flag is already used to control the testsuites but not the testcases.
Comment 1 Tom Henderson 2018-12-06 09:20:43 EST
I thought that we had a test.py option '-m' to control this behavior; does it not work as documented?