We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f31d64c + aeb1edf commit 3970422Copy full SHA for 3970422
1 file changed
tests/roles/dataplane_adoption/tasks/nova_verify.yaml
@@ -4,6 +4,12 @@
4
nova_header: |
5
alias openstack="oc exec -t openstackclient -- openstack"
6
7
+- name: verify if the image save works
8
+ when: prelaunch_test_instance|bool
9
+ ansible.builtin.shell: |
10
+ {{ nova_header }}
11
+ ${BASH_ALIASES[openstack]} image save cirros --file /tmp/cirrossave.img
12
+
13
# NOTE(bogdando): do not use 'set -o pipefail' for these verifications
14
- name: verify if the existing test VM instance is running
15
when: prelaunch_test_instance|bool
0 commit comments