kuadrant-operator
kuadrant-operator copied to clipboard
DNSPolicy: Update integration tests to use inmemory dns provider
What
Update all DNSPolicy integration tests to use the inmemory dns provider.
Why
Will allow us to write more complete integration tests that can assert the status of resources under test (DNSRecord, ManagedZone and DNSPolicy etc..) since it will be working with a more "real" dns provider.
Note: We should just update the current tests here, extra tests and improvements to the current tests can be added once we have the basic test setup in place.