Comment 6 for bug 1567965

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

Reviewed: https://review.openstack.org/304204
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=6ee33401198333c191c7eec0d9709420311a192e
Submitter: Jenkins
Branch: stable/mitaka

commit 6ee33401198333c191c7eec0d9709420311a192e
Author: Rob Cresswell <email address hidden>
Date: Fri Apr 8 10:43:16 2016 +0100

    Fix Nova test data and selenium tests

    This patch squashes two commits, as the commit issues (broken tests)
    were blocking each other.

    Fix time in Nova test data

    A recent update to python-novaclient seems to have highlighted some
    incorrect test data, causing our tests to fail. This patch fixes the
    time format.

    Change-Id: I32a1e54205dd31176c0b7798597b63df544f8d38
    Closes-Bug: 1567634
    (cherry picked from commit d6afbac57f8982b981ad5afbcbf1a6434d4e4d01)

    Fix Selenium Tests

    A recent update to XStatic-Jasmine appears to have altered the class
    name that a selenium test was looking for. This patch amends the class
    so that the test correctly finds the class.

    Change-Id: I8d6844cdb14a84bd5498429b8545cdca8ba173b6
    Closes-Bug: 1567965
    (cherry picked from commit 7661db1ba438a13cf77d64913bfc88767b6bcdae)