diff options
author | vitikkan <viktor.tikkanen@nokia.com> | 2016-09-02 12:33:09 +0300 |
---|---|---|
committer | Viktor Tikkanen <viktor.tikkanen@nokia.com> | 2016-09-05 04:11:11 +0000 |
commit | f81bb1e44639374f6bfb22259be6d94a5fe24181 (patch) | |
tree | 4974543ca2ed6e0d95112108f994f6deee978fc1 /testcases/OpenStack/tempest/custom_tests | |
parent | b582e4a5be0bcc3521cc239a31f681a11f4504db (diff) |
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 <viktor.tikkanen@nokia.com>
(cherry picked from commit 0e29b1b97d1b996706aca692872fca5488a3acf7)
Diffstat (limited to 'testcases/OpenStack/tempest/custom_tests')
-rw-r--r-- | testcases/OpenStack/tempest/custom_tests/blacklist.txt | 19 |
1 files changed, 19 insertions, 0 deletions
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 |