From c611d89456194980da83b1dd92e99ec4ab9cba21 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mar 01 2012 10:16:09 +0000 Subject: Make hostnames adhere to new standards in HBAC tests --- diff --git a/tests/test_xmlrpc/test_hbac_plugin.py b/tests/test_xmlrpc/test_hbac_plugin.py index ebb5d17..ef61d68 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'