summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_hbac_plugin.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-03-01 22:21:32 -0500
committerRob Crittenden <rcritten@redhat.com>2012-03-01 05:16:59 -0500
commit6c3e908232a2974fc88260d9322242c2beaa5898 (patch)
tree2a4f52cd6083a489919aa4b5b61738eae6ba9500 /tests/test_xmlrpc/test_hbac_plugin.py
parent03fc5c3d735db78fcfc78e9aab647ac7505a1600 (diff)
downloadfreeipa-6c3e908232a2974fc88260d9322242c2beaa5898.tar.gz
freeipa-6c3e908232a2974fc88260d9322242c2beaa5898.tar.xz
freeipa-6c3e908232a2974fc88260d9322242c2beaa5898.zip
Make hostnames adhere to new standards in HBAC tests
Diffstat (limited to 'tests/test_xmlrpc/test_hbac_plugin.py')
-rw-r--r--tests/test_xmlrpc/test_hbac_plugin.py4
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'