Comment 13 for bug 1285562

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

Reviewed: https://review.openstack.org/83094
Committed: https://git.openstack.org/cgit/stackforge/fuel-ostf/commit/?id=d5d2b3ffd51239ee8811f5a3b6bd417239fdd91a
Submitter: Jenkins
Branch: stable/4.1

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

    4.1.1 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