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
This commit is contained in:
parent
3a5927938b
commit
c43f8a00a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user