Merge "Update comment in tempest test script"

This commit is contained in:
Jenkins 2015-02-24 16:40:07 +00:00 committed by Gerrit Code Review
commit d96730b052

View File

@ -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)?'
}