Comment 25 for bug 1616913

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

Reviewed: https://review.openstack.org/426459
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=44f01273cff6edaf2f2fb079895105e79afbf1c1
Submitter: Jenkins
Branch: master

commit 44f01273cff6edaf2f2fb079895105e79afbf1c1
Author: Ken'ichi Ohmichi <email address hidden>
Date: Fri Jan 27 18:44:14 2017 -0800

    Finish switching to decorators.idempotent_id

    Most modules are switched to using decorators.idempotent_id and
    this patch covers the remaining and removes the old decorator check.

    NOTE: The old decorator test.idempotent_id is still necessary to be
          used on the other projects.

    Change-Id: Ice7f593fbc109863eba11402c2f3af75fc6ab9a1
    Closes-Bug: #1616913