]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: update the subnet in the ceph.conf tests
authorAndrew Schoen <aschoen@redhat.com>
Fri, 18 Nov 2016 19:19:03 +0000 (13:19 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 18 Nov 2016 20:15:34 +0000 (14:15 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tests/functional/tests/mon/test_ceph_conf.py

index 6b0121c558006dc59080a6cf2d4b5f46032e06be..59b899bbd8ba58ad1b9f523a7d42bdf1a52695af 100644 (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'