From e638cc7a92c0de90cd31a7876920611dd69db5d1 Mon Sep 17 00:00:00 2001 From: Za Wilgustus Date: Fri, 26 May 2017 15:31:05 -0600 Subject: [PATCH] handle issues for #459, #457 by excluding tests --- systest/exclude/tempest_12.1.1_overcloud_vxlan.yaml | 6 ++++-- systest/exclude/tempest_12.1.1_undercloud_gre.yaml | 5 +++-- systest/exclude/tempest_12.1.1_undercloud_vlan.yaml | 5 +++-- systest/exclude/tempest_12.1.1_undercloud_vxlan.yaml | 5 +++-- 4 files changed, 13 insertions(+), 8 deletions(-) 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"] +}