forked from openstack/networking-odl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtempest-blacklist.txt
46 lines (40 loc) · 2.14 KB
/
tempest-blacklist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# BEGIN: EXCLUDE SLOW TESTS
.*\[.*\bslow\b.*\]
# END EXCLUDE SLOW TESTS
# BEGIN: EXCLUDE THINGS THAT JUST AREN'T ENABLED
tempest\.scenario\.test_load_balancer
tempest\.thirdparty\.boto\.test_s3
# END: EXCLUDE THINGS THAT JUST AREN'T ENABLED
# BEGIN: EXCLUDE STUFF LESS RELATED TO NETWORKING, TO REDUCE GATE LOAD
tempest\.api\.compute\.admin.*
tempest\.api\.compute\.images.*
tempest\.api\.compute\.volumes.*
# END: EXCLUDE STUFF LESS RELATED TO NETWORKING, TO REDUCE GATE LOAD
# BEGIN: UNSUPPORTED FEATURES
# ODL legacy netvirt doesn't support ipv6
tempest\.scenario\.test_network_v6\.TestGettingAddress
# END: UNSUPPORTED FEATURES
# BEGIN: EXCLUSION OF NEUTRON'S TEMPEST PLUGIN
# DNS domain isn't supported
neutron_tempest_plugin.*dns_domain.*
# Reporting router interface status isn't supported
neutron_tempest_plugin.*test_router_interface_status.*
# DVR is not interesting in the context of ODL
neutron_tempest_plugin\..*[dD]vr.*
# END: EXCLUSION OF NEUTRON'S TEMPEST PLUGIN
# BEGIN: CURRENT LIST OF FAILING TESTS THAT NEED TO BE TRIAGED, HAVE BUGS FILED, AND
# FIXED AS APPROPRIATE.
# TODO(yamahata): fix bugs and remove those tests from here
# BUG: https://bugs.launchpad.net/networking-odl/+bug/1642158
# legacy netvirt ignores admin-state-up state for network/port
tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_update_instance_port_admin_state
tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_update_router_admin_state
# BUG: https://bugs.launchpad.net/networking-odl/+bug/1643033
# stateful security group: conntracking needs to be enabled
tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_hotplug_nic
tempest\.scenario\.test_security_groups_basic_ops\.TestSecurityGroupsBasicOps\.test_cross_tenant_traffic
tempest\.scenario\.test_security_groups_basic_ops\.TestSecurityGroupsBasicOps\.test_port_security_disable_security_group
# TODO(mpeterson): investigate the following tests and act accordingly
neutron_tempest_plugin\.scenario\.test_floatingip\.DefaultSnatToExternal\.test_snat_external_ip
# END: CURRENT LIST OF FAILING TESTS THAT NEED TO BE TRIAGED, HAVE BUGS FILED, AND
# FIXED AS APPROPRIATE.