Comment 2 for bug 1273254

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/73274
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=a5ee542bc03697f56a6d6f495aa2465b96ab01b3
Submitter: Jenkins
Branch: master

commit a5ee542bc03697f56a6d6f495aa2465b96ab01b3
Author: Julien Leloup <julien.leloup@3ds.com>
Date: Thu Feb 13 14:29:02 2014 +0100

    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