Skip to content

Commit c38d2a6

Browse files
committed
Fix renamed variable
version_update_all_vms_stopped was renamed to version_update_single_node_all_vms_stopped in role and example, but not in integration test. Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent 80d5af3 commit c38d2a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/targets/version_update__shutdown_restart_vms/tasks/04_shutdown_tagged_a.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- name: Check VM force shutdown was not needed
4343
ansible.builtin.assert:
4444
that:
45-
- version_update_all_vms_stopped is true
45+
- version_update_single_node_all_vms_stopped is true
4646

4747
- name: List all VMs
4848
scale_computing.hypercore.vm_info:

tests/integration/targets/version_update__shutdown_restart_vms/tasks/05_shutdown_tagged_bc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
- name: Check VM force shutdown was needed
4545
ansible.builtin.assert:
4646
that:
47-
- version_update_all_vms_stopped is false
47+
- version_update_single_node_all_vms_stopped is false
4848

4949
- name: List all VMs
5050
scale_computing.hypercore.vm_info:

0 commit comments

Comments
 (0)