From 901f4cdfd2960bd07e9281be09c25dc5035264c7 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 18 Nov 2016 11:02:47 -0600 Subject: [PATCH] tests: fix monitor_address in ubuntu/16.04/mon/hosts We changed the subnet in vagrant_variables.yml so this needs to change here as well. Signed-off-by: Andrew Schoen --- tests/functional/ubuntu/16.04/mon/hosts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/ubuntu/16.04/mon/hosts b/tests/functional/ubuntu/16.04/mon/hosts index 9dfcc8b99..b988ffef6 100644 --- a/tests/functional/ubuntu/16.04/mon/hosts +++ b/tests/functional/ubuntu/16.04/mon/hosts @@ -1,4 +1,4 @@ [mons] -mon0 monitor_address=192.168.42.10 -mon1 monitor_address=192.168.42.11 +mon0 monitor_address=192.168.9.10 +mon1 monitor_address=192.168.9.11 mon2 monitor_interface=eth1 -- 2.39.5