mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
tests: realmdomains_plugin: Add explanatory comment
The realmdomains_mod command will fail if the testing environment is configured improperly and the IPA domain's NS/SOA records are not resolvable. This can easily happen if the machine's DNS server is not configured to the IPA server. Leave a explanatory note in the class. Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
@@ -36,6 +36,9 @@ bad_domain = u'doesnotexist.test'
|
||||
|
||||
class test_realmdomains(Declarative):
|
||||
|
||||
# Make sure your environment has sound DNS configuration where
|
||||
# the IPA domain has either NS or SOA record. Check your resolver
|
||||
# if getting errors with the realmdomains_mod cleanup command.
|
||||
cleanup_commands = [
|
||||
('realmdomains_mod', [], {'associateddomain': [our_domain]}),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user