]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Shutdown tempest env before reverting 66/41966/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Tue, 7 Jun 2022 09:32:17 +0000 (13:32 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Tue, 7 Jun 2022 09:32:17 +0000 (13:32 +0400)
Change-Id: I69f21dd0ed1131e6067eed5733312c05bfa440bd

maintenance-ci/mos/scripts/maintenance-tempest-runner.sh

index be8bca53f85cc08414daabc4601e77962a53e240..dbc99a43df980360a618a007faadb5434fc5e96d 100644 (file)
@@ -38,7 +38,7 @@ if [ -f "${REPORT_PREFIX}/verification.xml" ]; then
     mv -f "${REPORT_PREFIX}/verification.xml" "${REPORT_PREFIX}/verification.xml.unreported"
 fi
 source "${VENV_PATH}/bin/activate"
-
+  dos.py destroy "${ENV_NAME}"
   # retry 3 times, because dos.py is not stable sometimes (ntp problem)
   for i in $(seq 3); do
       dos.py revert-resume "${ENV_NAME}" "${SNAPSHOT_NAME}" && break