mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-11 19:56:58 +00:00
Add back ParallelDeploymentsTest in upgrade test
Change-Id: Id83c803b68640a403560703ed554e9aa627788fc Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
parent
fea6044a60
commit
71d2c41764
1 changed files with 1 additions and 3 deletions
|
|
@ -36,9 +36,6 @@ function _heat_set_user {
|
|||
OS_PROJECT_DOMAIN_ID=$DEFAULT_DOMAIN
|
||||
}
|
||||
|
||||
# TODO: Add this test back once https://review.opendev.org/966092
|
||||
# has landed and backported.
|
||||
# heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest
|
||||
function _write_heat_integrationtests {
|
||||
local upgrade_tests=$1
|
||||
cat > $upgrade_tests <<EOF
|
||||
|
|
@ -49,6 +46,7 @@ heat_integrationtests.functional.test_resource_group.ResourceGroupTest
|
|||
heat_integrationtests.functional.test_resource_group.ResourceGroupUpdatePolicyTest
|
||||
heat_integrationtests.functional.test_software_deployment_group
|
||||
heat_integrationtests.functional.test_validation
|
||||
heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest
|
||||
heat_tempest_plugin.tests.functional.test_nova_server_networks
|
||||
EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue