Comment 7 for bug 1770183

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (stable/queens)

Reviewed: https://review.openstack.org/578772
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=a6f4e23d26b7e7e054ad29ea572a0f23f83083a5
Submitter: Zuul
Branch: stable/queens

commit a6f4e23d26b7e7e054ad29ea572a0f23f83083a5
Author: Goutham Pacha Ravi <email address hidden>
Date: Tue May 15 10:36:08 2018 -0700

    Fix post-execution for tempest tests

    Manila's post_test_hook runs tempest after
    populating tempest.conf with the requisite
    options, the results from tempest are saved
    prior to performing some post tasks, including
    deciding to run tests again with a different
    configuration if necessary
    (Ex: manila-tempest-minimal-dsvm-dummy). The
    result is then replayed at the end of the gate
    job so it can be reported to gerrit as a
    SUCCESS or a FAILURE.

    Fix the mis-aligned command that saves the
    test execution status to replay later.

    Change-Id: I1578760697aeae6e20bf567c60fbcdee0a642bee
    Closes-Bug: 1770183
    (cherry picked from commit a0947ab42d9f37236c1f0784bd39346b04f8b6a8)