CTS: fix test service configuration

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2812 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Angus Salkeld 2010-05-12 09:24:43 +00:00
parent 534891da2b
commit 09615628b1

View File

@ -144,8 +144,8 @@ class corosync_flatiron(ClusterManager):
self.node_to_ip = {}
self.new_config = {}
self.new_config['service[0]/name'] = 'corosync_tst_sv2'
self.new_config['service[0]/ver'] = '0'
self.new_config['service[1]/name'] = 'corosync_tst_sv2'
self.new_config['service[1]/ver'] = '0'
self.applied_config = {}
for n in self.Env["nodes"]:
ip = socket.gethostbyname(n)