summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-05-28 23:00:39 +0200
committerJan Pokorný <jpokorny@redhat.com>2015-05-29 20:01:00 +0200
commit16d7da35030f069cc27d0fa773de4746e32bfcf1 (patch)
tree16bf197a13c939a03423a09558165cdc544d3d0d /tests
parent39b9ff7f1cae9777224d767a4743b9177360459b (diff)
downloadclufter-16d7da35030f069cc27d0fa773de4746e32bfcf1.tar.gz
clufter-16d7da35030f069cc27d0fa773de4746e32bfcf1.tar.xz
clufter-16d7da35030f069cc27d0fa773de4746e32bfcf1.zip
filter/cib2pcscmd[group]: s/pcs group/pcs resource group/
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/filters/cib2pcscmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filters/cib2pcscmd.py b/tests/filters/cib2pcscmd.py
index 834e010..42f1583 100644
--- a/tests/filters/cib2pcscmd.py
+++ b/tests/filters/cib2pcscmd.py
@@ -30,7 +30,7 @@ pcs stonith create FENCEDEV-fence-virt-064 fence_xvm 'auth=sha256' 'hash=sha256'
pcs stonith create FENCEDEV-fence-virt-069 fence_xvm 'auth=sha256' 'hash=sha256' 'key_file=/etc/cluster/fence_xvm.key' 'timeout=5' 'pcmk_host_map=virt-069:virt-069.cluster-qe.lab.eng.brq.redhat.com'
pcs resource create RESOURCE-ip-10.34.71.234 ocf:heartbeat:IPaddr2 'ip=10.34.71.234'
pcs resource create RESOURCE-apache-webserver ocf:heartbeat:apache 'configfile=/etc/httpd/sconf/httpd.conf' 'options= -Dwebserver -d "/etc/httpd"'
-pcs group add SERVICE-svc-GROUP RESOURCE-ip-10.34.71.234 RESOURCE-apache-webserver
+pcs resource group add SERVICE-svc-GROUP RESOURCE-ip-10.34.71.234 RESOURCE-apache-webserver
'''
)