travis: Use container infrastructure.
authorDaniele Di Proietto <diproiettod@vmware.com>
Wed, 23 Sep 2015 11:59:26 +0000 (12:59 +0100)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 29 Sep 2015 12:35:23 +0000 (13:35 +0100)
commite88b97cbbec3497a2272ace805255d1c87230743
treef0bf2c614f85a5915c99e93210706967c20b1cce
parentd4f8d278a00a87e0d6c6a42f36d1ae93d5a863ad
travis: Use container infrastructure.

Recently some testcases have been failing in travis because of a warning
related to the use of an L3 device (OpenVZ specific) inside the workers.

To get travis tests working again we can move to the newer container
infrastructure: this commit does that.

The disadvantage is that there's no sudo access anymore, but we can
install packages with the apt plugin, and we shouldn't use root for
anything else

Also, since we're building DPDK with vhost-user (not vhost-cuse),
libfuse-dev is not needed anymore.

Tested-at: https://travis-ci.org/ddiproietto/ovs/builds/81764972

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
CC: Joe Stringer <joestringer@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
.travis.yml
.travis/prepare.sh