Exclude test cases that use floating IP from odl_l3 scenarios
authorvitikkan <viktor.tikkanen@nokia.com>
Fri, 2 Sep 2016 09:33:09 +0000 (12:33 +0300)
committervitikkan <viktor.tikkanen@nokia.com>
Fri, 2 Sep 2016 09:40:49 +0000 (12:40 +0300)
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>
docs/release-notes/functest-release.rst
testcases/OpenStack/tempest/custom_tests/blacklist.txt

index 6ebab22..ed258b6 100644 (file)
@@ -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.                  |
index 42e1a32..a2427e2 100644 (file)
         - 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