diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-05-02 14:59:22 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-11-07 11:15:41 +0100 |
commit | e0ecb71c5014a597ee652da5b8cde6d16bead87f (patch) | |
tree | a04b901077f990924970f1abb5102af0bc7f71cf /docker/smoke-cntt/testcases.yaml | |
parent | a6fd2fef7a8843706bde9e5f73e0a74d48bd361c (diff) |
Filter local_ip testing
It's a new feature which has not been set
as mandatory by Anuket
Change-Id: Ib5d4cdc266b9db6c798dc3a1f27dc6c99012d534
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit ce625fb8c3a484139c3810b1e745f896b11e6b0d)
Diffstat (limited to 'docker/smoke-cntt/testcases.yaml')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 |
1 files changed, 2 insertions, 1 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)\ |