Apparently, some test cases are not suitable in their present state. This issue is meant as a place for collecting the findings.
test_default_domain_exists seems to need admin access (either that or the test must be configured in another way?)
test_rebuild_server has issues with a changed SSH cert (which is to be expected, however)
Big thanks to @fzakfeld for finding these things!
Details:
test_default_domain_exists
- required since June 2022
- "the test is wrong from any possible perspective. It claims to test "default" domain existence which is in public cloud a) not guaranteed to exist b) no user is going to be able to list other domains. I really believe it was a mistake to add it and very soon the whole interop died so nobody noticed"
- you can, however, change the
domain_id that you test through config (identity.default_domain_id) to "show" details of the domain you use for testing
Maybe the latter item is a solution?
test_rebuild_server
Apparently, some test cases are not suitable in their present state. This issue is meant as a place for collecting the findings.
test_default_domain_existsseems to need admin access (either that or the test must be configured in another way?)test_rebuild_serverhas issues with a changed SSH cert (which is to be expected, however)Big thanks to @fzakfeld for finding these things!
Details:
test_default_domain_existsdomain_idthat you test through config (identity.default_domain_id) to "show" details of the domain you use for testingMaybe the latter item is a solution?
test_rebuild_serverparamiko.WarningPolicy()instead will make the test work