]> 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)
committerJakub Libosvar <libosvar@redhat.com>
Wed, 22 Apr 2015 14:51:13 +0000 (16:51 +0200)
commitaa57c364defec8519bbed06fbce5aae4b23f147f
tree7fd0ebba4432e683d879747c6611816b710a3ed6
parented209643f110204894edb801e0795ff39b4d7df2
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
neutron/tests/functional/agent/linux/test_ovsdb_monitor.py