docs: Update TESTING.rst about openvswitch requirements

Since we switched to use Ubuntu Cloud Archives in upstream gate, the
note in TESTING.rst is not longer valid for the gate. The condition to
trigger the test still remains in order to avoid false negative test
results for those that run functional tests with older openvswitch
version.

Change-Id: Ibff983efe0f452864d003913205cbbfa39ee7374
This commit is contained in:
Jakub Libosvar 2017-04-18 18:21:51 +02:00
parent 9d8e28f2ea
commit 648936b8c8
1 changed files with 6 additions and 4 deletions

View File

@ -207,14 +207,16 @@ attributes and configures dnsmasq for that network, the test:
namespace.
* Assert that the device successfully obtained the expected IP address.
Gate exceptions
Test exceptions
+++++++++++++++
Test neutron.tests.functional.agent.test_ovs_flows.OVSFlowTestCase.\
test_install_flood_to_tun is currently skipped on upstream gate because Ubuntu
Xenial 16.04 contains openvswitch 2.5.0. This version contains bug where appctl
command prints wrong output for Final flow. It's been fixed in openvswitch
test_install_flood_to_tun is currently skipped if openvswitch version is less
than 2.5.1. This version contains bug where appctl command prints wrong output
for Final flow. It's been fixed in openvswitch
2.5.1 in `this commit <https://github.com/openvswitch/ovs/commit/8c0b419a0b9ac0141d6973dcc80306dfc6a83d31>`_.
If openvswitch version meets the test requirement then the test is triggered
normally.
Fullstack Tests
~~~~~~~~~~~~~~~