Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: delete kdump user last, retry until success
Some tests fail like this: ``` TASK [Delete user] ************************************************************* fatal: [/tmp/tmp.cgsy6Vmlnz/RHEL_8_9_TESTING.qcow2]: FAILED! => { "changed": false, "name": "kdump_ssh_user", "rc": 8 } userdel: user kdump_ssh_user is currently used by process 23050 ``` Move the deletion of the user to the last part of the test, and retry until success or timeout. Signed-off-by: Rich Megginson <[email protected]>
- Loading branch information