vatesfr / terraform-provider-xenorchestra

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

Run sweeper unconditionally on acc test runs and add CI Makefile target #266

Closed ddelnano closed 9 months ago

ddelnano commented 9 months ago

Summary: Run sweeper unconditionally on acc test runs and add CI Makefile target

This change is the final step needed to get master builds stable for #264. Future work will be done to surface these build statuses, but for now having CI running nightly is a great first step. The other change bundled with opting the TestAccXenorchestraVm_addVifAndRemoveVif test into waiting for the VM's network interface to have an IP, which sped up the given test case.

Testing done: Jenkins build has been stable with these changes