Navigation Menu

Skip to content

Commit

Permalink
travis: add 'six' library, enable OVS tests
Browse files Browse the repository at this point in the history
Because of travis environment updates, the 'six' library needs to
be installed explicitly now. This change broke the OVS tests, which
needed to be disabled temporarily.
For more information, see issue #140 on github.

Signed-off-by: Adrian Stratulat <adrian.stratulat91@gmail.com>
  • Loading branch information
adrians committed Jul 29, 2017
1 parent e6cc6fc commit 22d3bfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis-install.sh
Expand Up @@ -5,6 +5,9 @@ sudo apt-get update
sudo apt-get install makefs
sudo apt-get install openjdk-7-jdk

# ovs: build process requires 'six' module
pip install six

# Build and install rumprun toolchain from source
RUMPRUN_PLATFORM=${RUMPRUN_PLATFORM:-hw}
RUMPRUN_TOOLCHAIN_TUPLE=${RUMPRUN_TOOLCHAIN_TUPLE:-x86_64-rumprun-netbsd}
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -49,8 +49,7 @@ env:
- PACKAGE=apache2
- PACKAGE=libffi
- PACKAGE=openjdk8
# broken: issue #140
# - PACKAGE=ovs
- PACKAGE=ovs
- PACKAGE=zeromq
# - PACKAGE=servus
# - PACKAGE=zerobuf
Expand Down

0 comments on commit 22d3bfd

Please sign in to comment.