Comment 5 for bug 1447191

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

Reviewed: https://review.openstack.org/187258
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6bece0f61d60006280df49df5bee74557554bd35
Submitter: Jenkins
Branch: stable/kilo

commit 6bece0f61d60006280df49df5bee74557554bd35
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
    (cherry picked from commit aa57c364defec8519bbed06fbce5aae4b23f147f)