diff --git a/systest/exclude/tempest_12.1.1_overcloud_vxlan.yaml b/systest/exclude/tempest_12.1.1_overcloud_vxlan.yaml index 563fe9271..4c7820402 100644 --- a/systest/exclude/tempest_12.1.1_overcloud_vxlan.yaml +++ b/systest/exclude/tempest_12.1.1_overcloud_vxlan.yaml @@ -19,5 +19,7 @@ "test_policy_reject_file_type_equal_to", "test_policy_reorder_and_rule_update", "test_policy_deployment_operand_match", - "test_stats"] -} \ No newline at end of file + "test_stats", + "test_create_load_balancer_missing_tenant_id_field_for_admin", + "test_create_load_balancer_for_another_tenant"] +} diff --git a/systest/exclude/tempest_12.1.1_undercloud_gre.yaml b/systest/exclude/tempest_12.1.1_undercloud_gre.yaml index 05e8028d6..4dbc6a8c3 100644 --- a/systest/exclude/tempest_12.1.1_undercloud_gre.yaml +++ b/systest/exclude/tempest_12.1.1_undercloud_gre.yaml @@ -1,3 +1,4 @@ { - "exclude": [] -} \ No newline at end of file + "exclude": ["test_create_load_balancer_missing_tenant_id_field_for_admin", + "test_create_load_balancer_for_another_tenant"] +} diff --git a/systest/exclude/tempest_12.1.1_undercloud_vlan.yaml b/systest/exclude/tempest_12.1.1_undercloud_vlan.yaml index 05e8028d6..4dbc6a8c3 100644 --- a/systest/exclude/tempest_12.1.1_undercloud_vlan.yaml +++ b/systest/exclude/tempest_12.1.1_undercloud_vlan.yaml @@ -1,3 +1,4 @@ { - "exclude": [] -} \ No newline at end of file + "exclude": ["test_create_load_balancer_missing_tenant_id_field_for_admin", + "test_create_load_balancer_for_another_tenant"] +} diff --git a/systest/exclude/tempest_12.1.1_undercloud_vxlan.yaml b/systest/exclude/tempest_12.1.1_undercloud_vxlan.yaml index 05e8028d6..4dbc6a8c3 100644 --- a/systest/exclude/tempest_12.1.1_undercloud_vxlan.yaml +++ b/systest/exclude/tempest_12.1.1_undercloud_vxlan.yaml @@ -1,3 +1,4 @@ { - "exclude": [] -} \ No newline at end of file + "exclude": ["test_create_load_balancer_missing_tenant_id_field_for_admin", + "test_create_load_balancer_for_another_tenant"] +}