mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 09:41:55 -06:00
Make hostnames adhere to new standards in hbactest plugin tests
This commit is contained in:
parent
eeee8e1c6e
commit
8fdb181c7a
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user