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:45:42 +0100 |
commit | 600223aadc0135f62d513910178e22d8dca56083 (patch) | |
tree | e00759ae8064c015c22b6c8f9d5cc36d495d960c | |
parent | 9ea396d099e54a0edf1e3dcf2c97f46719798315 (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>
(cherry picked from commit c21b9453d34bac7be124b4133fb8a1501e92770b)
-rw-r--r-- | docker/smoke/testcases.yaml | 3 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 3 |
2 files changed, 6 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)\ diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 9ac72e181..404247cc6 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -408,6 +408,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)\ @@ -443,6 +444,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)\ @@ -478,6 +480,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)\ |