Actions
action #106041
closedEnable verifcation tests to continue after failing
Status:
Rejected
Priority:
Low
Assignee:
-
Target version:
-
Start date:
2022-02-07
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation:¶
Tests whose names start with verify_
should continue, even if verification fails.
That means such tests should have
sub test_flags {
return {fatal => 0};
}
What to do:¶
- Check for all test modules in
find tests/ -name "verify_*"
thatsub test_flags
exists and is settingfatal => 0
(there are 2 tests at the moment that set fatal to 1) and lots of test that have nosub test_flags
).
Acceptance criteria¶
AC1: All verifcation tests set fatal => 0
Updated by JERiveraMoya over 2 years ago
- Tags set to YaST
- Priority changed from Normal to Low
Updated by JERiveraMoya over 2 years ago
- Target version changed from Current to future
Actions