Bug 1467820

Summary: Change in method name in tempest/common broke cinder's internal tempest tests
Product: Red Hat OpenStack Reporter: Martin Schuppert <mschuppe>
Component: openstack-tempestAssignee: Prateek Arora <parora>
Status: CLOSED DUPLICATE QA Contact: Martin Kopec <mkopec>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 11.0 (Ocata)CC: apevec, chkumar, lhh, parora, slinaber
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-05 09:54:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Schuppert 2017-07-05 08:47:32 UTC
Description of problem:

{0} setUpClass (cinder.tests.tempest.api.volume.test_volume_unicode.CinderUnicodeTest) [0.000000s] ... FAILED
Number of Tests that Ran 192
Number of Tests that Passed 190
Number of Tests that Failed 1
Number of Tests that Skipped 1
Failures/Skips in Test Run. Please review the json file attached
Error: tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2]   SKIP
Error: setUpClass (cinder.tests.tempest.api.volume.test_volume_unicode.CinderUnicodeTest)   FAIL
Reason of Failure:
========================================
_StringException: Traceback (most recent call last):
  File &quot;/usr/lib/python2.7/site-packages/tempest/test.py&quot;, line 273, in setUpClass
    six.reraise(etype, value, trace)
  File &quot;/usr/lib/python2.7/site-packages/tempest/test.py&quot;, line 266, in setUpClass
    cls.resource_setup()
  File &quot;/usr/lib/python2.7/site-packages/cinder/tests/tempest/api/volume/test_volume_unicode.py&quot;, line 35, in resource_setup
    cls.volume = cls.create_volume_with_args(name=cls.volume_name)
  File &quot;/usr/lib/python2.7/site-packages/cinder/tests/tempest/api/volume/test_volume_unicode.py&quot;, line 47, in create_volume_with_args
    waiters.wait_for_volume_resource_status(cls.volumes_client,
AttributeError: 'module' object has no attribute 'wait_for_volume_resource_status'

This was fixed upstream in 

https://bugs.launchpad.net/cinder/+bug/1667448
https://review.openstack.org/#/c/394588


Version-Release number of selected component (if applicable):
openstack-tempest-15.0.0-2.el7ost

Comment 1 Red Hat Bugzilla Rules Engine 2017-07-05 08:49:09 UTC
This bugzilla has been removed from the release and needs to be reviewed and Triaged for another Target Release.

Comment 2 Prateek Arora 2017-07-05 09:25:30 UTC
Hello Martin

The bug has been fixed in cinder. I would check if the fix is backported to cinder and not I would do that.

Thanks and Regards
Prateek Arora

Comment 5 Prateek Arora 2017-07-05 09:54:32 UTC

*** This bug has been marked as a duplicate of bug 1441228 ***