Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec2_vpc_dhcp_option - wait for deletion to complete (#1873)
(test flake) ec2_vpc_dhcp_option - wait for deletion to complete SUMMARY When replacing a DHCP Option Set we support automatically deleting the old option set. As usual with AWS this isn't guaranteed to be instantaneous. Long term it would be better to add a waiter, however the current tests being flaky has knock-on effects for unrelated changes (including releases) ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vpc_dhcp_option ADDITIONAL INFORMATION See for example: https://3d501427efede331c985-f49494dc6c135cc7f150f68fb57cd0c3.ssl.cf2.rackcdn.com/1829/a5289bee768839bf9bcb738523e28fd78ab68a5d/check/integration-amazon.aws-21/ae2a719/job-output.txt The test cleanup includes listing all option sets (none left) and demonstrates that without further intervention the option set was gone. Reviewed-by: Alina Buzachis
- Loading branch information