]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ignore variable column widths in ovsdb functional tests
authorHenry Gessau <gessau@cisco.com>
Tue, 1 Jul 2014 21:56:49 +0000 (17:56 -0400)
committerHenry Gessau <gessau@cisco.com>
Tue, 1 Jul 2014 21:56:49 +0000 (17:56 -0400)
commit17686c1f24ddf1977bbd930ce94b3e3d76962c5b
tree53895912da986e30e01b5bd78fd4a2309039e048
parentd27e1d1fb453f9d1203269a2aee943bc6a3d7ab2
Ignore variable column widths in ovsdb functional tests

The ovsdb tests check the output of "ovsdb-client monitor" before and after
some operations. The first line of output is a header row with spaces for
column separation. The column widths can vary depending on the data in the
columns, so compress multiple spaces to one for testing.

Change-Id: I6b4690ea9ef1c1b215411ca2c39b1e65fec2c6c7
Partial-bug: #1336172
neutron/tests/functional/agent/linux/test_ovsdb_monitor.py