From a9d7f1b199e8bedfd6795c45e2ee92284267c641 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 21 Feb 2014 17:14:06 +0900 Subject: [PATCH] test_vrrp_multi.sh: allow overriding ovs-vsctl Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/tests/integrated/test_vrrp_multi.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ryu/tests/integrated/test_vrrp_multi.sh b/ryu/tests/integrated/test_vrrp_multi.sh index fcf4cb0f..5118cf7d 100644 --- a/ryu/tests/integrated/test_vrrp_multi.sh +++ b/ryu/tests/integrated/test_vrrp_multi.sh @@ -16,8 +16,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -VSCTL=ovs-vsctl -#VSCTL=${HOME}/ovs/bin/ovs-vsctl +if [ -z "$VSCTL" ]; then + VSCTL=ovs-vsctl +fi # create two bridges. # conncect them using patch ports.