diff options
author | Rob Crittenden <rcritten@redhat.com> | 2012-03-01 22:21:32 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-03-01 05:16:59 -0500 |
commit | 6c3e908232a2974fc88260d9322242c2beaa5898 (patch) | |
tree | 2a4f52cd6083a489919aa4b5b61738eae6ba9500 | |
parent | 03fc5c3d735db78fcfc78e9aab647ac7505a1600 (diff) | |
download | freeipa-6c3e908232a2974fc88260d9322242c2beaa5898.tar.gz freeipa-6c3e908232a2974fc88260d9322242c2beaa5898.tar.xz freeipa-6c3e908232a2974fc88260d9322242c2beaa5898.zip |
Make hostnames adhere to new standards in HBAC tests
-rw-r--r-- | tests/test_xmlrpc/test_hbac_plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_xmlrpc/test_hbac_plugin.py b/tests/test_xmlrpc/test_hbac_plugin.py index ebb5d17ed..ef61d68fc 100644 --- a/tests/test_xmlrpc/test_hbac_plugin.py +++ b/tests/test_xmlrpc/test_hbac_plugin.py @@ -41,9 +41,9 @@ class test_hbac(XMLRPC_test): test_user = u'hbacrule_test_user' test_group = u'hbacrule_test_group' - test_host = u'hbacrule.test-netgroup' + test_host = u'hbacrule.testnetgroup' test_hostgroup = u'hbacrule_test_hostgroup' - test_sourcehost = u'hbacrule.test-src-host' + test_sourcehost = u'hbacrule.testsrchost' test_sourcehostgroup = u'hbacrule_test_src_hostgroup' test_service = u'sshd' test_host_external = u'notfound.example.com' |