AttributeError in tempest.common.waiters.wait_for_volume_retype

Bug #1664633 reported by Matt Riedemann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Fix Released
High
Matt Riedemann

Bug Description

Seen here:

http://logs.openstack.org/85/433685/1/experimental/gate-tempest-dsvm-lvm-multibackend-ubuntu-xenial-nv/beed8bb/console.html#_2017-02-14_16_01_34_648861

2017-02-14 16:01:34.648861 | tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached.test_volume_migrate_attached[compute,id-deadd2c2-beef-4dce-98be-f86765ff311b,volume]
2017-02-14 16:01:34.648900 | ------------------------------------------------------------------------------------------------------------------------------------------------------------------
2017-02-14 16:01:34.648914 |
2017-02-14 16:01:34.648924 | Captured traceback:
2017-02-14 16:01:34.648934 | ~~~~~~~~~~~~~~~~~~~
2017-02-14 16:01:34.648947 | Traceback (most recent call last):
2017-02-14 16:01:34.648963 | File "tempest/test.py", line 103, in wrapper
2017-02-14 16:01:34.648977 | return f(self, *func_args, **func_kwargs)
2017-02-14 16:01:34.649002 | File "tempest/scenario/test_volume_migrate_attached.py", line 122, in test_volume_migrate_attached
2017-02-14 16:01:34.649023 | self._volume_retype_with_migration(volume_origin['id'], dest_type)
2017-02-14 16:01:34.649048 | File "tempest/scenario/test_volume_migrate_attached.py", line 92, in _volume_retype_with_migration
2017-02-14 16:01:34.649060 | volume_id, new_volume_type)
2017-02-14 16:01:34.649080 | File "tempest/common/waiters.py", line 221, in wait_for_volume_retype
2017-02-14 16:01:34.649095 | raise exceptions.TimeoutException(message)
2017-02-14 16:01:34.649113 | AttributeError: 'module' object has no attribute 'TimeoutException'

Matt Riedemann (mriedem)
Changed in tempest:
status: New → Confirmed
importance: Undecided → High
assignee: nobody → Matt Riedemann (mriedem)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tempest (master)

Fix proposed to branch: master
Review: https://review.openstack.org/433763

Changed in tempest:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/433763
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=74eb3b5147dbc6a7c578dd3a12de887bd564cc70
Submitter: Jenkins
Branch: master

commit 74eb3b5147dbc6a7c578dd3a12de887bd564cc70
Author: Matt Riedemann <email address hidden>
Date: Tue Feb 14 11:34:30 2017 -0500

    Fix AttributeError in wait_for_volume_retype

    The TimeoutException was coming from the wrong module,
    which might have just been a rebase mistake while this
    stuff was moving around.

    Change-Id: Id494aea1527d03148ba9284c48a1c171d3469911
    Closes-Bug: #1664633

Changed in tempest:
status: In Progress → Fix Released
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.