Add rally environment cleanup

This patch set add command to clean up a rally environment after a helm
test's execution is completed.

Change-Id: I652ee4930e7afb8b278250a0432086a2963a528c
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2019-09-19 16:00:50 -05:00 committed by Tin Lam
parent 14e712c9df
commit 0dd938d1be

View File

@ -84,5 +84,6 @@ rally verify delete-verifier --id "${RALLY_ENV_NAME}-tempest" --force
rally task validate /etc/rally/rally_tests.yaml
rally task start /etc/rally/rally_tests.yaml
rally task sla-check
rally env cleanup
rally deployment destroy --deployment "${RALLY_ENV_NAME}"
{{- end }}