test: Some enhancements to make test stable
1. Checking FDO user created before running ansible playbook 2. Wait 10 seconds before and after VM rebooting to make VM stable
This commit is contained in:
parent
eb5dd8ae1b
commit
ae04d807a3
2 changed files with 29 additions and 16 deletions
|
|
@ -762,8 +762,13 @@
|
|||
delay: 2
|
||||
until: install_result is success
|
||||
|
||||
- name: delay 10 seconds before reboot to make system stable
|
||||
pause:
|
||||
seconds: 10
|
||||
|
||||
- name: reboot to deploy new ostree commit
|
||||
reboot:
|
||||
post_reboot_delay: 10
|
||||
become: yes
|
||||
|
||||
- name: wait for connection to become reachable/usable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue