functional: Update ref used from ovs branch-2.5.

OVS 2.5.0 has been released, but we need a later commit on branch-2.5 that
fixes compilation with the latest kernel on ubuntu that backported some
changes that broke compilation of 2.5.0.

Change-Id: Id70db79a8450d4f0125dd500f7f6ab8d103d98c3
(cherry picked from commit 59b36ecca8)
This commit is contained in:
Jakub Libosvar 2016-02-29 16:20:05 +01:00
parent 41be555edd
commit 211e0a65a0
1 changed files with 4 additions and 2 deletions

View File

@ -24,8 +24,10 @@ then
configure_host_for_func_testing
if [[ "$VENV" =~ "dsvm-functional" ]]; then
# Build from current branch-2.5 commit (2016-01-15)
OVS_BRANCH=eedd0ef239301f68964313e93dfd7ec41fc7814c
# 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="a35342879f1a7d8b1503d4945bd0791c58f5fc87"
for package in openvswitch openvswitch-switch openvswitch-common; do
if is_package_installed $package; then
uninstall_package $package