summaryrefslogtreecommitdiffstats
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:09 -0500
commitc611d89456194980da83b1dd92e99ec4ab9cba21 (patch)
tree48186b46c0b8117da4c5746598315447b222f854
parent079bbaa6e9aab06ba1a06d1fa8f4a4ae0ab2d528 (diff)
downloadfreeipa.git-c611d89456194980da83b1dd92e99ec4ab9cba21.tar.gz
freeipa.git-c611d89456194980da83b1dd92e99ec4ab9cba21.tar.xz
freeipa.git-c611d89456194980da83b1dd92e99ec4ab9cba21.zip
Make hostnames adhere to new standards in HBAC tests
-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 ebb5d17e..ef61d68f 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'