Comment 2 for bug 1589713

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

Reviewed: https://review.openstack.org/328721
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=736821143edc63e3e5d7f47ebd282a3c29d1f290
Submitter: Jenkins
Branch: master

commit 736821143edc63e3e5d7f47ebd282a3c29d1f290
Author: Lin Yang <email address hidden>
Date: Sun Jun 12 18:16:40 2016 +0800

    Change to tempest stable API

    Previously several places in murano tempest test use unstable tempest
    api. In fact, it should use api from tempest.lib.* [1]. So fixed them
    to make them more robust and resilient to tempest changes. The
    unstable api removed here include:
      * tempest.clients
      * tempest.test

    [1] http://docs.openstack.org/developer/tempest/plugin.html#stable-tempest-apis-plugins-may-use

    Change-Id: I018b00cc026a707da6afe40a327b44e97c16db53
    Related-Bug: #1589713