ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

`vm_clone` integration tests reference wrong variable #273

Closed shoriminimoe closed 7 months ago

shoriminimoe commented 8 months ago

Some assertions in the vm_clone integration test playbooks refer to clone_info where they should be referring to the locally assigned variable.

For example, here, cloned_info should be cloned_while_running_info: https://github.com/ScaleComputing/HyperCoreAnsibleCollection/blob/0670cdcad32d2aa5478cd60ca79b0993c249599b/tests/integration/targets/vm_clone/tasks/12_clone_running.yml#L32