From f81bb1e44639374f6bfb22259be6d94a5fe24181 Mon Sep 17 00:00:00 2001 From: vitikkan Date: Fri, 2 Sep 2016 12:33:09 +0300 Subject: Exclude test cases that use floating IP from odl_l3 scenarios All the tempest_smoke_serial test cases that use floating IP addresses for accessing instances are excluded because of ODL bug https://bugs.opendaylight.org/show_bug.cgi?id=5586 JIRA: FUNCTEST-445 Change-Id: I19468be108a25e989c0cfef031bbe5f2b9db0964 Signed-off-by: vitikkan (cherry picked from commit 0e29b1b97d1b996706aca692872fca5488a3acf7) --- docs/release-notes/functest-release.rst | 5 +++++ .../OpenStack/tempest/custom_tests/blacklist.txt | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/docs/release-notes/functest-release.rst b/docs/release-notes/functest-release.rst index 6ebab22a7..ed258b690 100644 --- a/docs/release-notes/functest-release.rst +++ b/docs/release-notes/functest-release.rst @@ -242,6 +242,11 @@ Colorado known restrictions/issues | | | metadata service excluded from onos scenarios| | | | https://gerrit.opnfv.org/gerrit/#/c/18729/ | +-----------+-----------+----------------------------------------------+ +| any | odl_l3-* | vPing_ssh and Tempest cases related to using | +| | | floating IP addresses are excluded (ODL bug) | +| | | https://jira.opnfv.org/browse/APEX-112 | +| | | https://jira.opnfv.org/browse/FUNCTEST-445 | ++-----------+-----------+----------------------------------------------+ | apex/fuel | *-bgpvpn | vPing_ssh (floating ips not supported) and | | | | vIMS excluded. Some Tempest cases related to | | | | floating ips also excluded. | diff --git a/testcases/OpenStack/tempest/custom_tests/blacklist.txt b/testcases/OpenStack/tempest/custom_tests/blacklist.txt index 42e1a327a..a2427e282 100644 --- a/testcases/OpenStack/tempest/custom_tests/blacklist.txt +++ b/testcases/OpenStack/tempest/custom_tests/blacklist.txt @@ -88,3 +88,22 @@ - fuel tests: - tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops + +- + # https://bugs.opendaylight.org/show_bug.cgi?id=5586 + # https://jira.opnfv.org/browse/APEX-112 + # https://jira.opnfv.org/browse/FUNCTEST-445 + scenarios: + - os-odl_l3-nofeature-ha + - os-odl_l3-nofeature-noha + installers: + - fuel + - apex + - compass + - joid + tests: + - tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard + - tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops + - tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops + - tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern + - tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern -- cgit 1.2.3-korg