Merge "Remove Tempest NetworkBasicOps from commit tests"

This commit is contained in:
Jenkins 2015-04-07 21:08:05 +00:00 committed by Gerrit Code Review
commit f8243a5743

View File

@ -47,7 +47,10 @@ function gen_test_list_api() {
# Run selected scenario tests
function gen_test_list_scenario() {
egrep 'tempest\.scenario\.test_(minimum|swift|server|network)_basic(_ops)?'
# network tests have been removed due to
# https://bugs.launchpad.net/openstack-ansible/+bug/1425255
# TODO: add them back once the bug has been fixed
egrep 'tempest\.scenario\.test_(minimum|swift|server)_basic(_ops)?'
}
# Run smoke tests