tests: update the subnet in the ceph.conf tests

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1101/head
Andrew Schoen 2016-11-18 13:19:03 -06:00
parent f7067e25d4
commit 0535b328a2
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ class TestMon(object):
cluster_name = scenario_config.get('ceph', {}).get('cluster_name', 'ceph')
ceph_conf_path = '/etc/ceph/%s.conf' % cluster_name
initial_members_line = self.get_line_from_config('mon host', ceph_conf_path)
assert initial_members_line == 'mon host = 192.168.42.10,192.168.42.11,192.168.42.12'
assert initial_members_line == 'mon host = 192.168.9.10,192.168.9.11,192.168.9.12'