diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-05 19:46:55 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-05 19:46:55 +0200 |
commit | abce24e78babcee2f1841acbb4295014494d6925 (patch) | |
tree | 86b39581418f847bae764451f4f8593745028b8d /docker | |
parent | ad1a2469456e09b00a7a80ed08f8d08c7a25a49f (diff) |
Remove last skipped tests in neutron-tempest-plugin-api-cntt
It takes into account last results [1]
[1] http://artifacts.opnfv.org/functest/LIF2Y3SVUWLD/functest-opnfv-functest-smoke-cntt-latest-neutron-tempest-plugin-api-cntt-run-2/neutron-tempest-plugin-api-cntt/tempest-report.html
Change-Id: Idd03c5aa42309eb5f254d6a99ea7e7206ee705ed
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 9c3e579d9..41546b395 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -41,6 +41,7 @@ tiers: (?!.*test_networks.NetworksTestAdmin.test_create_tenant_network_vxlan)\ (?!.*test_networks.NetworksTestJSON.test_create_update_network_dns_domain)\ (?!.*test_port_forwardings)\ + (?!.*test_ports.PortsTaggingOnCreation)\ (?!.*test_ports.PortsTestJSON.test_create_port_with_propagate_uplink_status)\ (?!.*test_ports.PortsTestJSON.test_create_port_without_propagate_uplink_status)\ (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_domain)\ @@ -60,6 +61,7 @@ tiers: (?!.*test_security_groups.RbacSharedSecurityGroupTest)\ (?!.*test_subnetpool_prefix_ops)\ (?!.*test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_validation_filters)\ + (?!.*test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_subnetpool_associate_shared_address_scope)\ (?!.*test_subnets.SubnetsSearchCriteriaTest.test_list_validation_filters)\ (?!.*test_timestamp.TestTimeStamp.test_segment_with_timestamp)\ (?!.*test_trunk.TrunkTestInheritJSONBase.test_add_subport)\ |