action #67882
closedcoordination #54617: [functional][y][pvm][epic] Enable more scenarios to run on powerVM Backend
[functional][y] Enable cryptlvm+activate_existing+import_users on powerVM
0%
Description
Description¶
We continue extending coverage on powerVM, based on the priority provided in https://confluence.suse.com/pages/viewpage.action?pageId=340623739
We already have quite some test suites related to the storage enabled, so it's time to cover other things.
NOTE: gnome is not important on powerVM as is not used there according to our knowledge, so we should not test it.
Alex already has set +DESKTOP=textmode
for powerVM on the machine level.
In this case we either need to create user files, so that users can be imported, or use START_DIRECTLY_AFTER
setting to run scenario after cryptlvm, so we have installation with pre-created users.
We also could try to create users on encrypted partition, so we might be able to do that if create correct files. So we could chroot to the encrypted partition and run useradd command.
Acceptance criteria¶
- cryptlvm+activate_existing+import_users scenarios are enabled on powerVM with validation modules
- Installations are conducted for textmode (no gnome)
- Test scenario is configured to start after same scenario succeeds on power KVM
- Test plan is updated accordingly
Updated by riafarov over 4 years ago
- Due date changed from 2020-07-14 to 2020-06-30
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
- Status changed from Workable to In Progress
- Assignee set to riafarov
Updated by riafarov over 4 years ago
https://github.com/yast/yast-users/blob/master/src/lib/users/users_database.rb contains code responsible for the existing users import.
Updated by riafarov over 4 years ago
- Status changed from In Progress to Feedback