openstack-resource-controller
openstack-resource-controller copied to clipboard
Should allow skipping tests that require admin credentials
Some of the tests require admin credentials. We should find a way to skip these tests when running against clouds for which we don't have admin credentials.
Might be possible via the (undocumented) TestFile selector introduced in https://github.com/kudobuilder/kuttl/pull/483.
I'm trying to leverage the TestFile selector in a way that's not too awful but I'm getting nowhere.