Comment 2 for bug 1559379

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

Reviewed: https://review.openstack.org/295977
Committed: https://git.openstack.org/cgit/openstack/trove-dashboard/commit/?id=e23960a72ec0e61e6784a2991218605e5a685a12
Submitter: Jenkins
Branch: master

commit e23960a72ec0e61e6784a2991218605e5a685a12
Author: Duk Loi <email address hidden>
Date: Tue Mar 22 13:53:09 2016 -0400

    Re-enable failing test

    One database backup test was failing due to a Horizon change which
    made the Angular Swift panel the default panel. Consequently,
    the Django urls are not available.

    The Trove database backup table has an action to download the backup
    from Swift and the test would fail with an unresolved URL.

    Added code to account for whether the legacy or angular version of
    the Swift panel is being used to control whether the download
    action is available.

    Also re-enabled the failing test.

    Change-Id: I5b34db1022b9db3bf6ad93cc7824b0c257482ad4
    Closes-Bug: #1559379