From: Russell Bryant Date: Thu, 14 Jan 2016 20:07:59 +0000 (-0500) Subject: tests: Set enable-dummy=system for ovn-controller-vtep tests. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=7157b6d3cde2f019dd68f78a71181477f40280f9 tests: Set enable-dummy=system for ovn-controller-vtep tests. All of the ovn-controller-vtep tests were failing on my laptop due to an unexpected message in the ovs-vswitchd log related to my VPN. This setting resolves it and makes all tests pass. Fixes: 0c1e8a7d637e ("ovn-controller-vtep: Add gateway module.") Signed-off-by: Russell Bryant Acked-by: Ben Pfaff --- diff --git a/tests/ovn-controller-vtep.at b/tests/ovn-controller-vtep.at index 7e9b32038..bc2f2dc8b 100644 --- a/tests/ovn-controller-vtep.at +++ b/tests/ovn-controller-vtep.at @@ -32,7 +32,7 @@ m4_define([OVN_CONTROLLER_VTEP_START], AT_CAPTURE_FILE([ovsdb-server.log]) dnl Start ovs-vswitchd. - AT_CHECK([ovs-vswitchd --enable-dummy --disable-system --detach --no-chdir --pidfile --log-file -vvconn -vofproto_dpif], [0], [], [stderr]) + AT_CHECK([ovs-vswitchd --enable-dummy=system --disable-system --detach --no-chdir --pidfile --log-file -vvconn -vofproto_dpif], [0], [], [stderr]) AT_CAPTURE_FILE([ovs-vswitchd.log]) on_exit "kill `cat ovs-vswitchd.pid`" AT_CHECK([[sed < stderr '