diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-23 10:49:25 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-23 10:57:40 +0300 |
commit | 44819aec4a70a75abc9fbcff23edd9d904170bf7 (patch) | |
tree | 1de33d3613c0dab5cc5a84c555afad4a6be86d3d /testcases/OpenStack/tempest/custom_tests/blacklist.txt | |
parent | 835e6b5e54693f9a8439325f8c70aeb878ffc800 (diff) |
[Fuel] Skip test_server_basic_ops tempest test
Skip TestServerBasicOps which fails when deleting server
and floating ip almost at the same time.
JIRA: FUEL-173
JIRA: FUEL-176
Change-Id: I24f3397096757028bed9d32d6353aa689e8eaa9a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'testcases/OpenStack/tempest/custom_tests/blacklist.txt')
-rw-r--r-- | testcases/OpenStack/tempest/custom_tests/blacklist.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testcases/OpenStack/tempest/custom_tests/blacklist.txt b/testcases/OpenStack/tempest/custom_tests/blacklist.txt index 6dd7fad5c..e26223b06 100644 --- a/testcases/OpenStack/tempest/custom_tests/blacklist.txt +++ b/testcases/OpenStack/tempest/custom_tests/blacklist.txt @@ -61,3 +61,17 @@ - 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 + +- + # https://bugs.launchpad.net/tempest/+bug/1586931 + scenarios: + - os-odl_l2-nofeature-ha + - os-odl_l2-sfc-ha + - os-odl_l3-nofeature-ha + - os-nosdn-kvm-ha + - os-nosdn-nofeature-ha + - os-nosdn-ovs-ha + installers: + - fuel + tests: + - tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops |