summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-03-02 14:53:22 -0500
committerRob Crittenden <rcritten@redhat.com>2012-03-01 21:53:29 -0500
commit8fdb181c7a8524c88438f80d20c5b9b6dcc8a947 (patch)
treea1b599a3aad873bcfd2a5c712e710ad78ce1eca1 /tests
parenteeee8e1c6e01a36916bec3eed9212742e089c5b8 (diff)
downloadfreeipa-8fdb181c7a8524c88438f80d20c5b9b6dcc8a947.tar.gz
freeipa-8fdb181c7a8524c88438f80d20c5b9b6dcc8a947.tar.xz
freeipa-8fdb181c7a8524c88438f80d20c5b9b6dcc8a947.zip
Make hostnames adhere to new standards in hbactest plugin tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test_xmlrpc/test_hbactest_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_xmlrpc/test_hbactest_plugin.py b/tests/test_xmlrpc/test_hbactest_plugin.py
index 7899d5406..5d829b14c 100644
--- a/tests/test_xmlrpc/test_hbactest_plugin.py
+++ b/tests/test_xmlrpc/test_hbactest_plugin.py
@@ -42,9 +42,9 @@ class test_hbactest(XMLRPC_test):
test_user = u'hbacrule_test_user'
test_group = u'hbacrule_test_group'
- test_host = u'hbacrule.test-host'
+ test_host = u'hbacrule.testhost'
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'ssh'