Another module with some now invalid domain names caught by new validator.

Pushed under one-liner rule.

rob
>From 7c454fcefa9bbfe092cb99826863bbc27f5fb01e Mon Sep 17 00:00:00 2001
From: Rob Crittenden <rcrit...@redhat.com>
Date: Fri, 2 Mar 2012 14:53:22 -0500
Subject: [PATCH] Make hostnames adhere to new standards in hbactest plugin
 tests

---
 tests/test_xmlrpc/test_hbactest_plugin.py |    4 ++--
 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 7899d54..5d829b1 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'
 
-- 
1.7.6

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to