Comment 2 for bug 1597857

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

Reviewed: https://review.openstack.org/336710
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=de1d5a9f8805c8c80b16f0d1c40a0853ee72a991
Submitter: Jenkins
Branch: master

commit de1d5a9f8805c8c80b16f0d1c40a0853ee72a991
Author: Mariam John <email address hidden>
Date: Fri Jul 1 11:53:59 2016 -0700

    Fix config registration for Trove tempest plugin

    The Trove tempest plugin was created in this commit:
    Ibad5502cdca0e34cca4b5bc8a7106611f7393cf2. The tests however was
    not working because the plugin specific configuration variables
    was not being set correctly. This particular issue has been
    fixed in this changeset. Using the following commands:
        tox -e all-plugin -- trove.tests.tempest.tests.api
    4/5 tests pass. Will look into the failing test in a different
    changeset.

    Change-Id: Iad34209adb120e63cebbf12939baf30c5f017844
    Partial-Bug: #1597857