From 0535b328a2e0413a43de4f602f9f710ed6e10dc6 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 18 Nov 2016 13:19:03 -0600 Subject: [PATCH] tests: update the subnet in the ceph.conf tests Signed-off-by: Andrew Schoen --- tests/functional/tests/mon/test_ceph_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/tests/mon/test_ceph_conf.py b/tests/functional/tests/mon/test_ceph_conf.py index 6b0121c55..59b899bbd 100644 --- a/tests/functional/tests/mon/test_ceph_conf.py +++ b/tests/functional/tests/mon/test_ceph_conf.py @@ -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'