commit | b33ad02061238f1026a605bea8593eca2c1dc923 | [log] [tgz] |
---|---|---|
author | Jaromir Wysoglad <jwysogla@redhat.com> | Wed Jun 05 02:50:56 2024 -0400 |
committer | Jaromir Wysoglad <jwysogla@redhat.com> | Fri Jun 07 08:05:10 2024 -0400 |
tree | 84be06af0fec3835f6798c080075f1e2f23334a1 | |
parent | 92b0c1932996feceb1a2ec6baf808edb18030d83 [diff] |
Cleanup leftover stacks. When the autoscaling scenario fails, gabbi doesn't execute the rest of the steps in the scenario. This means the stack used for the autoscaling test doesn't get deleted. The tempest tearDown isn't able to delete the stack, which means we get additional errors from the tearDown. This patch adds a code which runs before the tearDown. It checks if there is a stack running and it deletes it if necessary. Change-Id: I7f88a29a296b213851e4987557903192938f31e4