summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-09-30 11:10:29 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-30 12:25:27 +0200
commitf9e277b9fb85bba5b1def8b0e01aaaa4c421312b (patch)
tree0d8ba1bab7facc8f6d50f020aa779a890ca1751c /tests
parent7c884f1205916cca4c683b9ba8dd823d7f934aaa (diff)
downloadfreeipa-f9e277b9fb85bba5b1def8b0e01aaaa4c421312b.tar.gz
freeipa-f9e277b9fb85bba5b1def8b0e01aaaa4c421312b.tar.xz
freeipa-f9e277b9fb85bba5b1def8b0e01aaaa4c421312b.zip
Fix HBAC tests hostnames
Make HBAC test hosts compliant with hostname restrictions placed in ticket 1780.
Diffstat (limited to '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 f1c8c84ca..ebb5d17ed 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.test-netgroup'
test_hostgroup = u'hbacrule_test_hostgroup'
- test_sourcehost = u'hbacrule._test_src_host'
+ test_sourcehost = u'hbacrule.test-src-host'
test_sourcehostgroup = u'hbacrule_test_src_hostgroup'
test_service = u'sshd'
test_host_external = u'notfound.example.com'