]> git.proxmox.com Git - mirror_ovs.git/commit - tests/ovn.at
ovn test: remove check for non-existing bridge in hv3
authorFlavio Fernandes <flavio@flaviof.com>
Tue, 17 May 2016 01:02:51 +0000 (21:02 -0400)
committerBen Pfaff <blp@ovn.org>
Thu, 19 May 2016 15:10:58 +0000 (08:10 -0700)
commit6754e92d784355ce3568ebf7394a146dd5f73a2f
tree8492d766780260d186f835c0130cf60e14d52448
parent91125642d3a2a18177c4d6ff642185fc3ffc2153
ovn test: remove check for non-existing bridge in hv3

In OVN vtep test, the network topology is like this:

  hv1---\
         >-- [net1] <-- vtep --> [net2] <-- hv3
  hv2---/

The logical switch lsw0 created in this test has no logical
port corresponding to hv3, so that hypervisor does not have
any bridges created by OVN. With this test change, we are
replacing the 'show br-int' with a check to ensure that
'br-int' is not present.

Fixes: 8dab102238f0 ("ovn: Add more details to test output.")
Signed-off-by: Flavio Fernandes <flavio@flaviof.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/ovn.at