Revert "NSX|V: Disable some CI tests that fails often with timeout"

This reverts commit c07c3d7e5c.

Change-Id: If8a2a3a6eb3876a5399e47eab1172cd889e4faf0
This commit is contained in:
Adit Sarfaty 2018-12-22 18:02:48 +00:00
parent c07c3d7e5c
commit 90eb5eed7e
2 changed files with 0 additions and 25 deletions

View File

@ -21,23 +21,10 @@
# Begin list of exclusions.
r="^(?!.*"
# unsupported NSX-V tests
r="$r(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_create_update_port_with_second_ip.*)"
r="$r|(?:tempest\.api\.network\.test_floating_ips\.FloatingIPTestJSON\.test_create_update_floatingip_with_port_multiple_ip_address.*)"
r="$r|(?:tempest\.api\.network\.test_routers\.RoutersTest\.test_update_delete_extra_route.*)"
# Skip some tests temporarily as they fail on timeout often
r="$r(?:tempest\.api\.network\.admin\.test_floating_ips_admin_actions\.FloatingIPAdminTestJSON.*)"
r="$r(?:tempest\.api\.network\.test_floating_ips_negative\.FloatingIPNegativeTestJSON.*)"
r="$r(?:tempest\.api\.network\.test_routers_negative\.RoutersNegativeTest\.test_add_router_interfaces_on_overlapping_subnets_returns_400.*)"
r="$r(?:tempest\.api\.network\.test_networks\.NetworksTest\.test_create_delete_subnet.*)"
r="$r|(?:tempest\.api\.network\.test_routers\.RoutersTest\.test_add_multiple_router_interfaces.*)"
r="$r|(?:tempest\.api\.network\.test_routers\.RoutersTest\.test_add_remove_router_interface_with.*)"
r="$r|(?:tempest\.api\.network\.test_floating_ips\.FloatingIPTestJSON\.test_floating_ip_update_different_router.*)"
r="$r|(?:tempest\.api\.network\.test_networks\.BulkNetworkOpsTest\.test_bulk_create_delete_subnet.*)"
r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_create_port_in_allowed_allocation_pools.*)"
r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_create_port_with_no_securitygroups.*)"
# End list of exclusions.
r="$r)"

View File

@ -37,18 +37,6 @@ r="$r|(?:tempest\.api\.network\.admin\.test_routers_dvr\.RoutersTestDVR\..*)"
r="$r|(?:tempest\.api\.network\.admin\.test_l3_agent_scheduler\.L3AgentSchedulerTestJSON\..*)"
r="$r|(?:tempest\.api\.network\.admin.\test_metering_extensions.*)"
# Skip some tests temporarily as they fail on timeout often
r="$r(?:tempest\.api\.network\.admin\.test_floating_ips_admin_actions\.FloatingIPAdminTestJSON.*)"
r="$r(?:tempest\.api\.network\.test_floating_ips_negative\.FloatingIPNegativeTestJSON.*)"
r="$r(?:tempest\.api\.network\.test_routers_negative\.RoutersNegativeTest\.test_add_router_interfaces_on_overlapping_subnets_returns_400.*)"
r="$r(?:tempest\.api\.network\.test_networks\.NetworksTest\.test_create_delete_subnet.*)"
r="$r|(?:tempest\.api\.network\.test_routers\.RoutersTest\.test_add_multiple_router_interfaces.*)"
r="$r|(?:tempest\.api\.network\.test_routers\.RoutersTest\.test_add_remove_router_interface_with.*)"
r="$r|(?:tempest\.api\.network\.test_floating_ips\.FloatingIPTestJSON\.test_floating_ip_update_different_router.*)"
r="$r|(?:tempest\.api\.network\.test_networks\.BulkNetworkOpsTest\.test_bulk_create_delete_subnet.*)"
r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_create_port_in_allowed_allocation_pools.*)"
r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_create_port_with_no_securitygroups.*)"
# End list of exclusions.
r="$r)"