From c974780bdd9a63f80afd1c3713280b7630521040 Mon Sep 17 00:00:00 2001 From: Justin Shepherd Date: Tue, 24 Mar 2015 12:15:36 -0500 Subject: [PATCH] Fixing defcore test list generation Currently a test list must include the test tags as part of the test name. This patch will filter the list of discovered tests against the defcore list, to produce a test list with the proper test names (including tags). Change-Id: Ifdbd6ff9140f8fd7da332dde33de507d86e2015d Closes-Bug: #1426442 --- .../os_tempest/templates/openstack_tempest_gate.sh.j2 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 b/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 index c05872e1d4..ef179b9457 100644 --- a/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 +++ b/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 @@ -65,7 +65,7 @@ function gen_test_list_all() { # it ignores its stdin and pulls the test list from github. function gen_test_list_defcore(){ branch=${1:-juno} - python <