]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add functional tests to verify ovs_lib VXLAN detection
authorKyle Mestery <kmestery@cisco.com>
Tue, 1 Apr 2014 20:17:40 +0000 (20:17 +0000)
committerKyle Mestery <kmestery@cisco.com>
Sun, 13 Apr 2014 19:29:02 +0000 (19:29 +0000)
commitf86d244e45310dbef7f22c6f320fac6897fdce1f
tree5428f8c1703c1056cdefb1fc1aeb408bc9cfa4b1
parent1867207470f1fece50a458c2f2d1bf27bd9e3869
Add functional tests to verify ovs_lib VXLAN detection

This commit adds a functional test to verify host VXLAN support. It compares
the results of this functional test with the logic in ovs_lib to ensure both
report the same values.

Closes-Bug: #1301101

Change-Id: Id91c755d762bea134cc451952d0f13d64576663a
neutron/tests/functional/agent/linux/base.py
neutron/tests/functional/agent/linux/test_ovs_vxlan.py [new file with mode: 0644]
neutron/tests/functional/agent/linux/test_ovsdb_monitor.py