fullstack: Use ovs-2.5 for tests

The commit bumps commit in 2.5 branch for current HEAD. It contains fix
for local VXLAN bug [1] that blocked us in running fullstack tests.

[1] http://openvswitch.org/pipermail/discuss/2016-July/022122.html

Change-Id: I41bd7b084ffb4d6e7082ba01629f5b64a5a94419
This commit is contained in:
Jakub Libosvar 2016-08-19 10:41:51 +01:00
parent af9ad0c35e
commit 16a40e28b6

View File

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