Comment 7 for bug 1587681

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

Reviewed: https://review.openstack.org/325211
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b3b88310e10d4315b6455f25a63d21e17100f57f
Submitter: Jenkins
Branch: master

commit b3b88310e10d4315b6455f25a63d21e17100f57f
Author: Rob Cresswell <email address hidden>
Date: Fri Jun 3 10:32:07 2016 +0100

    Add missing unit tests to NG launch instance

    https://review.openstack.org/#/c/323623/ added a few new defaults to the
    Launch Instance but didn't add any tests, so the backport is blocked on
    coverage. Rather than lower coverage, we should just add the tests and
    squash the two commits in the backport.

    Fastest way to verify is to generate coverage in master, look at the
    lines added by https://review.openstack.org/#/c/323623/ (red) then apply
    this patch and run again. You'll see they are all white.

    Change-Id: I07d2f5ebcb1771a548c0066699194ea619e7461c
    Related-Bug: #1587681