Comment 2 for bug 1598864

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

Reviewed: https://review.openstack.org/337258
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=175c5467d095c3ca6ec61c094816b895c8a9e90e
Submitter: Jenkins
Branch: master

commit 175c5467d095c3ca6ec61c094816b895c8a9e90e
Author: Roman Prykhodchenko <email address hidden>
Date: Mon Jul 4 16:42:09 2016 +0200

    Don't invoke old task command from tests

    In I3e532b513698b1b11c5cf0450eef866b057b9392 the old fuel task
    command was deleted. After that change was merged some of the
    functional tests started failing because they still invoked the
    deleted command.

    This patch replaces that invokation with the correct one.

    Change-Id: Ic6d459593ab8dd5dc556f39e94590ee62c677ef3
    Closes-bug: #1598864