<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/tests/functional/base.py, branch queens-eol</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>[Optimize] Adds interval and increase waiting time</title>
<updated>2017-06-16T02:27:35+00:00</updated>
<author>
<name>TommyLike</name>
<email>tommylikehu@gmail.com</email>
</author>
<published>2017-06-15T01:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=afa10404bc6d94596b1b9c3c69d85c46e67b2d34'/>
<id>afa10404bc6d94596b1b9c3c69d85c46e67b2d34</id>
<content type='text'>
Gives more time to wait resource's status to change
in functional testcases and adds default interval
to reduce query amount.

Change-Id: I2a29a2d04836fd1261d45e404341bb1aa657417b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gives more time to wait resource's status to change
in functional testcases and adds default interval
to reduce query amount.

Change-Id: I2a29a2d04836fd1261d45e404341bb1aa657417b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 errors</title>
<updated>2017-03-15T12:42:49+00:00</updated>
<author>
<name>Gorka Eguileor</name>
<email>geguileo@redhat.com</email>
</author>
<published>2017-03-08T16:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=c022b73faf479346f1d73edf417cb5d8a8f33195'/>
<id>c022b73faf479346f1d73edf417cb5d8a8f33195</id>
<content type='text'>
There are some PEP8 errors that are not caught by our gate because of
the pep8 package version installed by hacking.

This patch fixes E402, W503, and F999 erors from our codebase.

Change-Id: I0b86730b1493f161645a87c3daa91ec3d774d3b1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some PEP8 errors that are not caught by our gate because of
the pep8 package version installed by hacking.

This patch fixes E402, W503, and F999 erors from our codebase.

Change-Id: I0b86730b1493f161645a87c3daa91ec3d774d3b1
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove assertTableStruct from ClientTestBase</title>
<updated>2016-09-13T08:43:47+00:00</updated>
<author>
<name>Ivan Kolodyazhny</name>
<email>e0ne@e0ne.info</email>
</author>
<published>2016-09-13T08:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=35a434db70e4b7fdae8d84122b72ef93c18bd696'/>
<id>35a434db70e4b7fdae8d84122b72ef93c18bd696</id>
<content type='text'>
assertTableStruct is the same like in ClientTestBase, so we don't need
to duplicate the code.

Change-Id: I96c3bc450223d5f3f6f84c6313a0205cfb247514
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
assertTableStruct is the same like in ClientTestBase, so we don't need
to duplicate the code.

Change-Id: I96c3bc450223d5f3f6f84c6313a0205cfb247514
</pre>
</div>
</content>
</entry>
<entry>
<title>OS_TENANT_NAME is not required when we have OS_PROJECT_NAME</title>
<updated>2016-07-07T07:01:30+00:00</updated>
<author>
<name>liyuanzhen</name>
<email>li.yuanzhen@zte.com.cn</email>
</author>
<published>2016-06-03T06:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=426055c48e3afcdb4aa5b68b7247a074e2f8ddf5'/>
<id>426055c48e3afcdb4aa5b68b7247a074e2f8ddf5</id>
<content type='text'>
Cinder support both v2 and v3 auth. Use v3 if possible.
In consideration of backwards compatibility, when we have
OS_PROJECT_NAME, the v2 auth should be ok because
tenant_name can be set by env[OS_PROJECT_NAME].


Change-Id: I9eed9c41a9deb5ecafa8d9e12f6d1b50d34f986d
Closes-Bug: #1588261
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cinder support both v2 and v3 auth. Use v3 if possible.
In consideration of backwards compatibility, when we have
OS_PROJECT_NAME, the v2 auth should be ok because
tenant_name can be set by env[OS_PROJECT_NAME].


Change-Id: I9eed9c41a9deb5ecafa8d9e12f6d1b50d34f986d
Closes-Bug: #1588261
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated tempest_lib and use tempest.lib</title>
<updated>2016-05-20T13:13:07+00:00</updated>
<author>
<name>wanghao</name>
<email>wanghao749@huawei.com</email>
</author>
<published>2016-05-19T12:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=af91c23a45e6d0b1f957c1b2114ce67a0f89f529'/>
<id>af91c23a45e6d0b1f957c1b2114ce67a0f89f529</id>
<content type='text'>
Since 10.0.0 release tempest-ib is deprecated now.
Cinderclient should use tempest.lib in test code
and add tempest&gt;=11.0.0 in requirements following
global-requirements.

Closes-Bug: #1583583
Change-Id: I9d766f46eb6fff29ae9c0267a60ff2ef4bf2343e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since 10.0.0 release tempest-ib is deprecated now.
Cinderclient should use tempest.lib in test code
and add tempest&gt;=11.0.0 in requirements following
global-requirements.

Closes-Bug: #1583583
Change-Id: I9d766f46eb6fff29ae9c0267a60ff2ef4bf2343e
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring according to function</title>
<updated>2016-03-09T14:51:46+00:00</updated>
<author>
<name>Kyrylo Romanenko</name>
<email>kromanenko@mirantis.com</email>
</author>
<published>2016-03-09T14:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=148e680fb322a1d13b14c540efef87fa4c857f06'/>
<id>148e680fb322a1d13b14c540efef87fa4c857f06</id>
<content type='text'>
Change-Id: I8cbe98ac2adfc00a482917a5bb8615662986441a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8cbe98ac2adfc00a482917a5bb8615662986441a
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate code in functional tests</title>
<updated>2015-10-07T17:12:11+00:00</updated>
<author>
<name>Yuriy Nesenenko</name>
<email>ynesenenko@mirantis.com</email>
</author>
<published>2015-09-02T16:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a17aa53f685a04a7e4f323c389cbc0cba2c916ec'/>
<id>a17aa53f685a04a7e4f323c389cbc0cba2c916ec</id>
<content type='text'>
This patch allows to use a standard approach to volumes, snapshots
and backups to avoid duplicating code.

Change-Id: I0059fcb3bb8823105a7f960a30e70036bcbded8b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows to use a standard approach to volumes, snapshots
and backups to avoid duplicating code.

Change-Id: I0059fcb3bb8823105a7f960a30e70036bcbded8b
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functional tests for python-cinderclient</title>
<updated>2015-08-25T12:15:20+00:00</updated>
<author>
<name>Yuriy Nesenenko</name>
<email>ynesenenko@mirantis.com</email>
</author>
<published>2015-08-21T14:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=f805f5ac19e68469c88beef5aaddb9315546ec3f'/>
<id>f805f5ac19e68469c88beef5aaddb9315546ec3f</id>
<content type='text'>
Add functional tests for cinder volume snapshot creation and deletion.

Change-Id: I60f3a880102461f107a7f2d06c0b97f0bbe0c2e4
Partial-Implements: blueprint cinderclient-functional-tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add functional tests for cinder volume snapshot creation and deletion.

Change-Id: I60f3a880102461f107a7f2d06c0b97f0bbe0c2e4
Partial-Implements: blueprint cinderclient-functional-tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for python-cinderclient</title>
<updated>2015-08-11T10:14:04+00:00</updated>
<author>
<name>Yuriy Nesenenko</name>
<email>ynesenenko@mirantis.com</email>
</author>
<published>2015-08-10T16:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=5e2690644674c8de3079cea2a0fd3b2e01256bfd'/>
<id>5e2690644674c8de3079cea2a0fd3b2e01256bfd</id>
<content type='text'>
Add tests for cinder volume creation and deletion
by ID and by Name.
Add test for cinder show volume output.
Add method to wait for given volume status.
Add method to check that volume deleted.
Add method to check that volume is not deleted (for negative cases).
Add method for volume deletion.
Add method to get Volume properties from CLI output.

Change-Id: I1e1f9bea2afc63e408a88e64fc1b6b6ee9f4e79b
Implements: partial blueprint cinderclient-functional-tests
Co-Authored-by: Kyrylo Romanenko &lt;kromanenko@mirantis.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for cinder volume creation and deletion
by ID and by Name.
Add test for cinder show volume output.
Add method to wait for given volume status.
Add method to check that volume deleted.
Add method to check that volume is not deleted (for negative cases).
Add method for volume deletion.
Add method to get Volume properties from CLI output.

Change-Id: I1e1f9bea2afc63e408a88e64fc1b6b6ee9f4e79b
Implements: partial blueprint cinderclient-functional-tests
Co-Authored-by: Kyrylo Romanenko &lt;kromanenko@mirantis.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix functional readonly_cli tests"</title>
<updated>2015-06-02T17:32:29+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-06-02T17:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=f2b94d48a897afd3d5cb4595ac3fec3f3dbc0960'/>
<id>f2b94d48a897afd3d5cb4595ac3fec3f3dbc0960</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
