From c21b9453d34bac7be124b4133fb8a1501e92770b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 25 Nov 2021 17:44:25 +0100 Subject: Filter test_policy_minimum_bandwidth_rule_rbac in Patrole MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/smoke/testcases.yaml | 3 +++ functest/ci/testcases.yaml | 3 +++ 2 files changed, 6 insertions(+) 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 e07e8cae5..a5e26536a 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)\ -- cgit 1.2.3-korg