diff options
Diffstat (limited to 'ipatests/test_xmlrpc/test_realmdomains_plugin.py')
-rw-r--r-- | ipatests/test_xmlrpc/test_realmdomains_plugin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipatests/test_xmlrpc/test_realmdomains_plugin.py b/ipatests/test_xmlrpc/test_realmdomains_plugin.py index fc04e2ae5..703f77d1e 100644 --- a/ipatests/test_xmlrpc/test_realmdomains_plugin.py +++ b/ipatests/test_xmlrpc/test_realmdomains_plugin.py @@ -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]}), ] |