Comment 15 for bug 1491646

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

Reviewed: https://review.openstack.org/220853
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=4804dce0b4e73c4a6dfc9e46542f209e8c71f845
Submitter: Jenkins
Branch: master

commit 4804dce0b4e73c4a6dfc9e46542f209e8c71f845
Author: Takashi NATSUME <email address hidden>
Date: Tue Sep 8 16:09:19 2015 +0900

    Modify test templates and the path to subunit2html

    This patch contains the following two fixes
    because the gate job fails if they are not applied
    at the same time.

    1) Use OS::Heat::TestResource in test templates

    Use OS::Heat::TestResource instead of OS::Nova::Server
    in heat_minimal.yaml and heat_minimal_hot.yaml

    2) Update path to subunit2html in post_test_hook

    Per:

    http://lists.openstack.org/pipermail/openstack-dev/2015-August/072982.html

    The location of subunit2html changed on the images in the gate
    so update the path used in the post_test_hook.

    Long-term we should just use what's in devstack-gate.

    Change-Id: I67acc3145719c3de1199e36c6667d975652d262f
    Closes-Bug: #1492115
    Closes-Bug: #1491646