Actions
action #16110
closedaction #13598: [sles][functional]Test module sles+extratests has inconsistent results
Network restart detection in yast2_lan_restart is not reliabe
Start date:
2017-01-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Description
This assumption is not always true:
- assert_script_run '[ -s strace.log ]'; # strace.log size is greater than zero (network restarted)
- assert_script_run '[ ! -s strace.log ]'; # strace.log size is not greater than zero (network not restarted)
Sometimes network was not restarted but strace.log is not empty.
Observation¶
openQA test in scenario sle-12-SP3-Server-DVD-x86_64-sles+extratests@64bit fails in
yast2_lan_restart
Reproducible¶
Fails since (at least) Build 0051
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Actions