[ovs-build] Still Failing: openvswitch/ovs#2876 (master - a5bdd3b)

Travis CI builds at travis-ci.org
Wed Jul 6 17:43:13 UTC 2016


Build Update for openvswitch/ovs
-------------------------------------

Build: #2876
Status: Still Failing

Duration: 2 minutes and 28 seconds
Commit: a5bdd3b (master)
Author: Thadeu Lima de Souza Cascardo
Message: bridge: open_type should be used for netdev_open

ofproto_port_open_type should be used for netdev_open, but not for other tests.
For example, STP/RSTP check for interfaces of internal type, but that check will
fail when the netdev datapath is used.

The same thing goes for setting MAC address of internal Interfaces. That fails
for the netdev datapath because the interface type is set to "tap", but they are
still interfaces of type "internal", just their netdev implementation is
different.

Use a netdev_type for the type that needs to be used for netdev_open and
ofproto_port, while we still keep the type as the normalized configured type in
the database.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo at redhat.com>
Signed-off-by: Jesse Gross <jesse at kernel.org>

View the changeset: https://github.com/openvswitch/ovs/compare/914403294be2...a5bdd3b20d88

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/142803964

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.openvswitch.org/pipermail/ovs-build/attachments/20160706/ed2d1a90/attachment-0002.html>


More information about the build mailing list