summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2015-11-11 14:17:17 -0800
committerMatt Riedemann <mriedem@us.ibm.com>2015-11-11 14:17:17 -0800
commit8adc0e30a767ad305347a04e6281fbe2bcce2683 (patch)
tree3df99900786e4a8a44bb2b37b0c1aa609bb2c6a9 /devstack
parentcb92a37d5a7a391a801955fe2d5a4d6dcfe52a92 (diff)
downloadnova-8adc0e30a767ad305347a04e6281fbe2bcce2683.tar.gz
cells: skip 5 networking scenario tests that use floating IPs
These scenario tests run with neutron and rely on assigning floating IPs which cells v1 doesn't support, so skip them. Longer term I think we'll have a feature toggle in Tempest to allow disabling these tests via config but this is quicker and easier for now to get a cells v1 + neutron job in the experimental queue. Change-Id: Ieb3b117449f56810f1a41fcf43e737ae919b8945
Diffstat (limited to 'devstack')
-rw-r--r--devstack/tempest-dsvm-cells-rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/devstack/tempest-dsvm-cells-rc b/devstack/tempest-dsvm-cells-rc
index 18c0ba5182..28e84bf3ba 100644
--- a/devstack/tempest-dsvm-cells-rc
+++ b/devstack/tempest-dsvm-cells-rc
@@ -47,6 +47,12 @@ r="$r|(?:tempest\.api\.compute\.admin\.test_fixed_ips)"
# skip floating-ip tests
r="$r|(?:tempest\.api\.compute\.floating_ips)"
+# https://bugs.launchpad.net/tempest/+bug/1513983 - The follow scenario tests rely on Neutron but use floating IPs
+r="$r|(?:tempest\.scenario\.test_network_advanced_server_ops\.TestNetworkAdvancedServerOps\.test_server_connectivity_pause_unpause)"
+r="$r|(?:tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_network_basic_ops)"
+r="$r|(?:tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_update_router_admin_state)"
+r="$r|(?:tempest\.scenario\.test_network_v6\.TestGettingAddress\.test_slaac_from_os)"
+r="$r|(?:tempest\.scenario\.test_security_groups_basic_ops\.TestSecurityGroupsBasicOps\.test_cross_tenant_traffic)"
# exclude the slow tag
r="$r|(?:.*\[.*\bslow\b.*\])"