action #64731
closed[functional][y] generate TW image with wicked and use it in yast2_cmdline and nis MM test suites
0%
Description
Motivation¶
The yast2_cmdline performs some tests for the command line with the Test Anything Protocol [0].
One of the tap test is for yast2_network module which its tests are relative to wicked and that's why they do not work with NetworkManager,
and it doesnt make sense to run it if this is the case.
Therefore, yast2_cmdline should be executed with wicked setup only.
In openqa, Tumbleweed uses an image which uses NetworkManager. We need to make the test work 'switching' to wicked
NOTE: textmode installation has wicked by default, but we use only gnome image
In the image we can switch using following commands:
systemctl disable NetworkManager --now
systemctl enable wicked --now
Acceptance criteria¶
- There is an image with wicked enabled in it
- yast2_ui_devel uses image with wicked from step 1.
- nis_(client|server) test suites use image with wicked from step 1.
Suggestions¶
[0] https://yastgithubio.readthedocs.io/en/latest/how-to-write-tests/#how
Updated by ybonatakis over 4 years ago
- Copied from action #61901: [functional][y] Check if wicked is running for yast command line tests added
Updated by riafarov over 4 years ago
- Due date changed from 2020-03-24 to 2020-04-07
- Category changed from Enhancement to existing tests to Bugs in existing tests
- Assignee deleted (
ybonatakis) - Estimated time deleted (
2.00 h)
Updated by riafarov over 4 years ago
- Due date changed from 2020-04-07 to 2020-04-21
Updated by riafarov over 4 years ago
- Description updated (diff)
- Status changed from New to Workable
- Estimated time set to 5.00 h
Updated by riafarov over 4 years ago
- Subject changed from [functional][y] yast2_cmdline module should use wicked manager to [functional][y] generate TW image with wicked and use it in yast2_cmdline and nis MM test suites
Updated by riafarov over 4 years ago
- Due date changed from 2020-04-21 to 2020-05-05
Updated by riafarov over 4 years ago
- Due date changed from 2020-05-05 to 2020-05-19
Updated by oorlov over 4 years ago
- Status changed from Workable to In Progress
- Assignee set to oorlov
Updated by oorlov over 4 years ago
Updated by oorlov over 4 years ago
- Status changed from Feedback to Resolved
Verification Run on o3: https://openqa.opensuse.org/tests/1266798
yast2_ui_devel passed.
nis_client, nis_server are still failed on the same step as before. So, wicked is not an issue there. These failures will be investigated in scope of another ticket.