cleanUp() removing all test resources as an admin
Add a parameter in tempest.conf "full_clean_stack" to
allow/prevent the use of cleanup() method at the end
of a stress test run.
This is mandatory to use stress tests in a multi-user
environment since the actual cleanup() is designed to
remove every object of every tenant (and thus will
impact other users on the same openstack)
Change-Id: I42dc9592617aeeca9660f670940ecbf50b6108ab
Closes-Bug: #1273254
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index fe4959b..0ff01a1 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -757,6 +757,11 @@
# value)
#leave_dirty_stack=false
+# Allows a full cleaning process after a stress test. Caution
+# : this cleanup will remove every objects of every tenant.
+# (boolean value)
+#full_clean_stack=false
+
[telemetry]