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:
Xiaofeng Wang 2023-06-15 18:56:40 +08:00 committed by Alexander Todorov
parent eb5dd8ae1b
commit ae04d807a3
2 changed files with 29 additions and 16 deletions

View file

@ -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