Merge "fullstack: Use ovs-2.5 for tests"

This commit is contained in:
Jenkins 2016-08-29 12:57:16 +00:00 committed by Gerrit Code Review
commit 4f15ba9978
1 changed files with 8 additions and 9 deletions

View File

@ -44,15 +44,14 @@ case $VENV in
configure_host_for_func_testing
if [[ "$VENV" =~ "dsvm-functional" ]]; then
# The OVS_BRANCH variable is used by git checkout. In the case below
# we use a commit on branch-2.5 that fixes compilation with the
# latest ubuntu trusty kernel.
OVS_BRANCH=8c0b419a0b9ac0141d6973dcc80306dfc6a83d31
remove_ovs_packages
compile_ovs True /usr /var
start_new_ovs
fi
# The OVS_BRANCH variable is used by git checkout. In the case below,
# we use a current (2016-08-19) HEAD commit from branch-2.5 that contains
# a fix for usage of VXLAN tunnels on a single node:
# https://github.com/openvswitch/ovs/commit/741f47cf35df2bfc7811b2cff75c9bb8d05fd26f
OVS_BRANCH=042326c3fcf61e8638fa15926f984ce5ae142f4b
remove_ovs_packages
compile_ovs True /usr /var
start_new_ovs
load_conf_hook iptables_verify
# Make the workspace owned by the stack user