Merge "Remove Tempest NetworkBasicOps from commit tests"
This commit is contained in:
commit
f8243a5743
@ -47,7 +47,10 @@ function gen_test_list_api() {
|
|||||||
|
|
||||||
# Run selected scenario tests
|
# Run selected scenario tests
|
||||||
function gen_test_list_scenario() {
|
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
|
# Run smoke tests
|
||||||
|
Loading…
Reference in New Issue
Block a user