Comment 3 for bug 1447191

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/176345
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=aa57c364defec8519bbed06fbce5aae4b23f147f
Submitter: Jenkins
Branch: master

commit aa57c364defec8519bbed06fbce5aae4b23f147f
Author: Jakub Libosvar <email address hidden>
Date: Wed Apr 22 16:47:33 2015 +0200

    Create bridges in ovsdb monitor functional tests

    The test waits inside for output from 'ovsdb-client monitor Bridge'
    command but the command makes output only if there is a bridge present
    in ovsdb. This patch adds an OVSBridgeFixture to setup so every test
    case has a bridge for sure.

    Change-Id: I40e1c99ec956c92fa1c7763eb98f7f2ce6fcd226
    Closes-Bug: 1447191