Comment 9 for bug 1285562

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

Reviewed: https://review.openstack.org/81725
Committed: https://git.openstack.org/cgit/stackforge/fuel-ostf/commit/?id=8e7a142e3b067287977a6080dfd96601f26db1ee
Submitter: Jenkins
Branch: master

commit 8e7a142e3b067287977a6080dfd96601f26db1ee
Author: TimurNurlygayanov <email address hidden>
Date: Thu Mar 20 11:25:37 2014 +0400

    Fixed issue with parrallel tests execution

    When user runs several types of OSTF tests, these tests can be run
    in parallel and in the result tearDown method deletes all environment
    and some tests will fail. To avoid this we will generate new name
    for each new environment and we should also delete only this environment
    in tearDown method.

    Change-Id: I12f1e797eceefe11dda50ab61aabe15ab9036931
    Closes-Bug: #1285562