Merge "Skip DHCP options tests in v3 tempest"

This commit is contained in:
Jenkins 2017-05-21 13:13:11 +00:00 committed by Gerrit Code Review
commit 026450a64e

View File

@ -31,6 +31,7 @@ r="$r|(?:tempest\.api\.network\.admin\.test_agent_management\.AgentManagementTes
r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_create_update_port_with_second_ip.*)"
r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_update_port_with_security_group_and_extra_attributes.*)"
r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_update_port_with_two_security_groups_and_extra_attributes.*)"
r="$r|(?:tempest\.api\.network\.test_extra_dhcp_options\.ExtraDHCPOptionsTestJSON\.test_.*_with_extra_dhcp_options.*)"
# End list of exclusions.
r="$r)"