Don't run neutron tests before upgrade
We seem to be running quite a few neutron tests during upgrade and it seems to result in neutron quotas for resources being exceeded, when tests run in parallel. We should avoid running them. Change-Id: I0a88f509af05a98ddd4811ea920a81cc997a0c6a Closes-Bug: #1618789
This commit is contained in:
parent
575a3055d4
commit
7afb32bdd6
@ -45,7 +45,7 @@ function create {
|
||||
iniset $conf_file heat_plugin user_domain_name $OS_USER_DOMAIN_NAME
|
||||
iniset $conf_file heat_plugin project_domain_name $OS_PROJECT_DOMAIN_NAME
|
||||
iniset $conf_file heat_plugin region $OS_REGION_NAME
|
||||
tox -eintegration heat_integrationtests.functional.test_create_update
|
||||
tox -eintegration -- '(test_create_update.CreateStackTest|test_create_update.UpdateStackTest)'
|
||||
popd
|
||||
|
||||
# creates a tenant for the server
|
||||
|
Loading…
x
Reference in New Issue
Block a user