diff options
author | vitikkan <viktor.tikkanen@nokia.com> | 2016-09-02 12:33:09 +0300 |
---|---|---|
committer | vitikkan <viktor.tikkanen@nokia.com> | 2016-09-02 12:40:49 +0300 |
commit | 0e29b1b97d1b996706aca692872fca5488a3acf7 (patch) | |
tree | 161f37f6f5a1cb0b194ec99d3eebb592640537ab /testcases | |
parent | b04a5d8a57f30d8af1af2a5786af8baa351b8abc (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>
Diffstat (limited to 'testcases')
-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 |