Actions
action #23840
closed[sle][qam][x11regressions] qam-regression-documentation can't be started due to a void test_flags in gnote_first_run.pm
Start date:
2017-09-01
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
all qam-regression-documentation can't be started successfully (https://openqa.suse.de/tests/1140513) due to:
I defined a test_flags in gnote_first_run.pm:
sub test_flags {
return {milestone => 1} if (is_tumbleweed);
}
It will return nothing on non tumbleweed scenarios, however it needs a return value.
Maybe I should drop the if sentence.
Updated by qkzhu over 6 years ago
Update cases of regression-documentation to fix poo#23840
- Update gnote_first_run.pm to fix poo#23840
- Update main_common.pm to reduce complexity
- Fix typo in libreoffice_recent_documents.pm
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3508
Updated by qkzhu about 6 years ago
- Status changed from In Progress to Resolved
Fixed at: https://openqa.suse.de/tests/1195833
Actions