Actions
action #33970
closed[sle][functional][u][hyperv] test fails in apache_nss - script died or timeout
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
SUSE QA (private) - Milestone 17
Start date:
2018-03-28
Due date:
2018-07-03
% Done:
0%
Estimated time:
Difficulty:
Description
checked apachetest.pm:
Verify apache+ssl works¶
if ($mode =~ m/SSL|NSS/) {
validate_script_output 'curl -k https://localhost/hello.html', sub { m/Hello Linux/ };
To me this looks quite strange, the command was executed but validate_script_output is just not working:
validate_script_output 'curl -k https://localhost/hello.html', sub { m/Hello Linux/ };
Observation¶
openQA test in scenario sle-15-Installer-DVD-x86_64-minimal+base@svirt-hyperv fails in
apache_nss
Reproducible¶
Fails since (at least) Build 535.1 (current job)
Expected result¶
Last good: 533.2 (or more recent)
Further details¶
Always latest result in this scenario: latest
Actions