summaryrefslogtreecommitdiff
path: root/devstack/upgrade
diff options
context:
space:
mode:
authorMichael Ionkin <mionkin@mirantis.com>2016-08-10 18:31:17 +0300
committerVitaly Gridnev <vgridnev@mirantis.com>2016-08-11 08:01:41 +0000
commit3cf288bc8c416c59e2b3171500d08add8d35424a (patch)
treec81c74899f60a0ed9e5c424a96873bde8e11ec4f /devstack/upgrade
parent0f9a18555c2d819a216d0f8498a329d628132900 (diff)
downloadheat-3cf288bc8c416c59e2b3171500d08add8d35424a.tar.gz
no need to run integration tests in upgrade
the purpose of upgrade script is to upgrade service, and heat shouldn't run any jobs inside of that. moreover there is no benefit in executing these tests after upgrade because it doesn't test anything related to upgrades: if heat is correctly configured after upgrade it will be ready to run tests (but this can be covered by usual integration job). heat should be testing specific things like updating stacks after migration to the new openstack code, deleting stacks and so on. Co-authored-by: Vitaly Gridnev <vgridnev@mirantis.com> Change-Id: Ie600dfc09db0ffa91609f92be4b9ef27259b5314
Diffstat (limited to 'devstack/upgrade')
-rwxr-xr-xdevstack/upgrade/upgrade.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/devstack/upgrade/upgrade.sh b/devstack/upgrade/upgrade.sh
index 87ea43abe..454afa406 100755
--- a/devstack/upgrade/upgrade.sh
+++ b/devstack/upgrade/upgrade.sh
@@ -83,12 +83,6 @@ start_heat
# Don't succeed unless the services come up
ensure_services_started heat-api heat-engine heat-api-cloudwatch heat-api-cfn
-# run heat_integrationtests instead of tempest smoke after upgrade
-pushd $TARGET_DEVSTACK_DIR/../heat
-source $TARGET_DEVSTACK_DIR/openrc demo demo
-tox -eintegration heat_integrationtests.functional.test_create_update
-popd
-
set +o xtrace
echo "*********************************************************************"
echo "SUCCESS: End $0"