Comment 23 for bug 1177924

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to swift (master)

Reviewed: https://review.openstack.org/214206
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=9d7f71d5754c8b45f8e7c6ab80202de09933afb8
Submitter: Jenkins
Branch: master

commit 9d7f71d5754c8b45f8e7c6ab80202de09933afb8
Author: Richard Hawkins <email address hidden>
Date: Fri Aug 7 18:14:13 2015 -0500

    Modify functional tests to use ostestr/testr

    Defcore uses Tempest, which uses Test Repository.
    This change makes it easier for Defcore to pull functional
    tests from Swift and run them. Additionally, using testr
    allows tests to be run in parallel.

    Concurrency set to 1 for now, >1 causes failures for
    reasons that are still TBD.

    With switch to ostestr all the server logs are being sent to stdout
    which makes it completely unreadable. Suppressing the logs by default
    now with a flag to enable it if desired.

    Co-Authored-By: John Dickinson <email address hidden>
    Co-Authored-By: Robert Collins <email address hidden>
    Co-Authored-By: Matthew Oliver <email address hidden>
    Co-Authored-By: Ganesh Maharaj Mahalingam <email address hidden>

    Change-Id: I53ef4a116996a772cf1f3abc2eb0ad60047322d5
    Related-Bug: 1177924