Comment 0 for bug 1591865

Revision history for this message
Lin Yang (lin-a-yang) wrote :

Tempest test failed in setupclass phase because of the recent tempest api change.

http://paste.openstack.org/show/512548/

The root cause is tempest client manager has been changed to not accept TestResources object anymore.
https://review.openstack.org/#/c/327579/

A best solution is remove all unstable tempest api, but only stable api in tempest.lib.*, which has been reported in https://bugs.launchpad.net/murano/+bug/1589713. A workaround is needed at first.