Skip to content

Commit 3970422

Browse files
Merge pull request #1293 from karelyatin/OSPCIX-1271-img
[dataplane_adoption] Verify if images pre adoption works
2 parents f31d64c + aeb1edf commit 3970422

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/roles/dataplane_adoption/tasks/nova_verify.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
nova_header: |
55
alias openstack="oc exec -t openstackclient -- openstack"
66
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+
713
# NOTE(bogdando): do not use 'set -o pipefail' for these verifications
814
- name: verify if the existing test VM instance is running
915
when: prelaunch_test_instance|bool

0 commit comments

Comments
 (0)