From ea1f2d499a513fd256d8f369a80d27f3d976f55d Mon Sep 17 00:00:00 2001 From: Hugh Saunders Date: Tue, 24 Feb 2015 12:42:11 +0000 Subject: [PATCH] Update comment in tempest test script Change-Id: Ic0176bc700d57fe2b8d83f9ab580ce7829491084 closes-bug: #1425060 --- .../roles/os_tempest/templates/openstack_tempest_gate.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 223d82bd2e..1a0c2668f5 100644 --- a/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 +++ b/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 @@ -44,7 +44,7 @@ function gen_test_list_commit_multinode() { |grep -v VolumesV.ActionsTest } -# Run smoke tests +# Run selected scenario tests function gen_test_list_commit_aio() { egrep 'tempest\.scenario\.test_(minimum|swift|server)_basic(_ops)?' }