Skip to content

Commit

Permalink
Merge pull request #578 from zancas/mitaka
Browse files Browse the repository at this point in the history
handle issues for #459, #457 by excluding tests
  • Loading branch information
pjbreaux authored May 26, 2017
2 parents b9b3db1 + e638cc7 commit 99c0d34
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
6 changes: 4 additions & 2 deletions systest/exclude/tempest_12.1.1_overcloud_vxlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
"test_policy_reject_file_type_equal_to",
"test_policy_reorder_and_rule_update",
"test_policy_deployment_operand_match",
"test_stats"]
}
"test_stats",
"test_create_load_balancer_missing_tenant_id_field_for_admin",
"test_create_load_balancer_for_another_tenant"]
}
5 changes: 3 additions & 2 deletions systest/exclude/tempest_12.1.1_undercloud_gre.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"exclude": []
}
"exclude": ["test_create_load_balancer_missing_tenant_id_field_for_admin",
"test_create_load_balancer_for_another_tenant"]
}
5 changes: 3 additions & 2 deletions systest/exclude/tempest_12.1.1_undercloud_vlan.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"exclude": []
}
"exclude": ["test_create_load_balancer_missing_tenant_id_field_for_admin",
"test_create_load_balancer_for_another_tenant"]
}
5 changes: 3 additions & 2 deletions systest/exclude/tempest_12.1.1_undercloud_vxlan.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"exclude": []
}
"exclude": ["test_create_load_balancer_missing_tenant_id_field_for_admin",
"test_create_load_balancer_for_another_tenant"]
}

0 comments on commit 99c0d34

Please sign in to comment.