From c43f8a00a769464bb4a55397527c3c12cf8fa7d2 Mon Sep 17 00:00:00 2001 From: Anton Vazhnetsov Date: Thu, 7 Oct 2021 15:23:55 +0300 Subject: [PATCH] tools: run functional tests against ovn/main branch According to https://mail.openvswitch.org/pipermail/ovs-dev/2021-October/388309.html Closes-Bug: #1946362 Change-Id: I64fe61678d90de59f5a94c49e1959165ac3646c9 --- tools/setup-ovs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup-ovs.sh b/tools/setup-ovs.sh index 30b3e5ca..92986a30 100755 --- a/tools/setup-ovs.sh +++ b/tools/setup-ovs.sh @@ -1,7 +1,7 @@ #!/bin/bash -xe OVS_BRANCH=${OVS_BRANCH:-master} -OVN_BRANCH=${OVN_BRANCH:-$OVS_BRANCH} +OVN_BRANCH=${OVN_BRANCH:-main} function use_new_ovn_repository { # If OVN_BRANCH > branch-2.12 return 0