diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-11-25 17:44:25 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-11-25 17:44:49 +0100 |
commit | c21b9453d34bac7be124b4133fb8a1501e92770b (patch) | |
tree | 19e21fb277258ac3c3b4552455e8728bbcf6942c /docker | |
parent | c7a5cf97160a6b980249da846cd8c40430d42073 (diff) |
Filter test_policy_minimum_bandwidth_rule_rbac in Patrole
https://artifacts.opnfv.org/functest/H5LU90NKXLQX/functest-opnfv-functest-smoke-xena-patrole_admin-run-13/patrole_admin/tempest-report.html
Change-Id: Id4477c52b71147f47c590369a9030dd997c69da6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke/testcases.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 82db4ac3d..20c669208 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -229,6 +229,7 @@ tiers: (?!.*test_create_image_from_volume_backed_server)\ (?!.*test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities)\ (?!.*test_policy_bandwidth_limit_rule_rbac)\ + (?!.*test_policy_minimum_bandwidth_rule_rbac)\ (?!.*test_group_type_specs)\ (?!.*test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type)\ (?!.*test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type)\ @@ -264,6 +265,7 @@ tiers: (?!.*test_create_image_from_volume_backed_server)\ (?!.*test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities)\ (?!.*test_policy_bandwidth_limit_rule_rbac)\ + (?!.*test_policy_minimum_bandwidth_rule_rbac)\ (?!.*test_group_type_specs)\ (?!.*test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type)\ (?!.*test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type)\ @@ -299,6 +301,7 @@ tiers: (?!.*test_create_image_from_volume_backed_server)\ (?!.*test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities)\ (?!.*test_policy_bandwidth_limit_rule_rbac)\ + (?!.*test_policy_minimum_bandwidth_rule_rbac)\ (?!.*test_group_type_specs)\ (?!.*test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type)\ (?!.*test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type)\ |