diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2022-11-07 10:14:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2022-11-07 10:14:21 +0000 |
commit | 9530e218e2a56cad514c5f29bb07d68b982039db (patch) | |
tree | 4de113ebb896933774b24ca3a8ccbea10db3d562 | |
parent | d6cef9def55ebe92bed40af44dd58b005c31f517 (diff) | |
parent | ce625fb8c3a484139c3810b1e745f896b11e6b0d (diff) |
Merge "Filter local_ip testing"
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 741089f8b..ffc4c09f1 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -11,7 +11,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 551 + tests_count: 564 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -34,6 +34,7 @@ tiers: (?!.*test_conntrack_helper)\ (?!.*test_floating_ips.FloatingIPPoolTestJSON)\ (?!.*test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_port_details)\ + (?!.*test_local_ip)\ (?!.*test_metering_extensions)\ (?!.*test_metering_negative)\ (?!.*test_networks.NetworksSearchCriteriaTest.test_list_validation_filters)\ diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index d4466c1c3..cc564f439 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -593,7 +593,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 551 + tests_count: 564 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -616,6 +616,7 @@ tiers: (?!.*test_conntrack_helper)\ (?!.*test_floating_ips.FloatingIPPoolTestJSON)\ (?!.*test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_port_details)\ + (?!.*test_local_ip)\ (?!.*test_metering_extensions)\ (?!.*test_metering_negative)\ (?!.*test_networks.NetworksSearchCriteriaTest.test_list_validation_filters)\ |