Comment 12 for bug 1336172

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

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

commit 17686c1f24ddf1977bbd930ce94b3e3d76962c5b
Author: Henry Gessau <email address hidden>
Date: Tue Jul 1 17:56:49 2014 -0400

    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