action #64204
[functional][y] test fails in yast2_lan_restart
0%
Description
It seems that x11/yast2_lan_restart.pm line 95, is expecting the network to be restarted after harware device name change, but there is no recorded restart of network in journal.log (according to lib/y2lan_restart_common.pm line 153, see https://progress.opensuse.org/issues/62465). This leads to test failure.
Reproducible¶
Fails since (at least) Build 150.1
Expected result¶
Last good: 146.1 (or more recent)
Further details¶
Always latest result in this scenario: latest
History
#1
Updated by JERiveraMoya over 3 years ago
- Due date set to 2020-03-10
- Status changed from New to Workable
- Assignee set to syrianidou_sofia
- Priority changed from Normal to High
#2
Updated by syrianidou_sofia over 3 years ago
test fails after insertion of line :
95: verify_network_configuration(&change_hw_device_name, 'dyn0', 'restart');
in tests/x11/yast2_lan_restart.pm
There is no restart after change hardware device name. Related ticket:
https://progress.opensuse.org/issues/60392
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/9394/files
The test will stop failing if we remove the expected_status='restart' argument, but according to previous versions of SLE, there should be a restart (see https://fate.suse.com/318787).
#3
Updated by syrianidou_sofia over 3 years ago
- Status changed from Workable to Feedback
#4
Updated by syrianidou_sofia over 3 years ago
After discussing with yast team , I opened a bug
#5
Updated by JERiveraMoya about 3 years ago
- Status changed from Feedback to Resolved
Bug seems confirmed, at least regarding your conversation with YaST developer. Let's resolve it then.
#6
Updated by syrianidou_sofia about 3 years ago
Developers decided in the end that reload is the expected behavior
https://progress.opensuse.org/issues/64761