]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Create bridges in ovsdb monitor functional tests
authorJakub Libosvar <libosvar@redhat.com>
Wed, 22 Apr 2015 14:47:33 +0000 (16:47 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Mon, 1 Jun 2015 17:09:12 +0000 (17:09 +0000)
commit6bece0f61d60006280df49df5bee74557554bd35
tree5b413494e33f756d639e109fef9b0ab775ac09fd
parent8a1b03ad17cb3b3a4167f456938761ccc7545c5c
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)
neutron/tests/functional/agent/linux/test_ovsdb_monitor.py