The consistency group client references tempest exceptions using the wrong import

Bug #1889537 reported by Luigi Toscano
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cinder-tempest-plugin
Fix Released
Low
Luigi Toscano

Bug Description

The consistency group client (currently cinder_tempest_plugin/services/consistencygroups_client.py) tries to import a shared tempest exception (TimeoutException) from tempest.exceptions instead of tempest.lib.exceptions.

from tempest import exceptions

[...]
                raise exceptions.TimeoutException(message)
[...]

Luigi Toscano (ltoscano)
Changed in cinder-tempest-plugin:
status: New → Confirmed
status: Confirmed → New
assignee: nobody → Luigi Toscano (ltoscano)
Revision history for this message
Luigi Toscano (ltoscano) wrote :

This was fixed in cinder-tempest-plugin through https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/743935 , available since version 1.1.0.

Changed in cinder-tempest-plugin:
status: New → Fix Released
Changed in cinder-tempest-plugin:
importance: Undecided → Low
tags: added: consistency group
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.