vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
150 stars 33 forks source link

Ensure that all VMs in the test suite are cleaned up by the terraform sweeper #226

Closed ddelnano closed 1 year ago

ddelnano commented 1 year ago

There were a few tests that verified that VMs could be renamed. These tests could cause flaky builds because it could cause an issue where the terraform sweepers did not clean up all failed test runs. This ensures that we don't leave any VMs over from a previous test suite failure.

Testing