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

integration test snapshot_schedule will fail if no snapshot schedules exist #59

Closed ddemlow closed 1 year ago

ddemlow commented 1 year ago

by default there are no snapshot schedules created until either a user creates one manually, OR a default replication schedule is created by replicating a VM.

so on a fresh cluster - this test fails. should probably create one if one doesn't exist

https://github.com/ScaleComputing/HyperCoreAnsibleCollection/blob/main/tests/integration/targets/snapshot_schedule/tasks/main.yml

justinc1 commented 1 year ago

OK, we need to create in related integration tests some snapshot schedule if there is none.