<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/tests/functional/test_cli.py, branch stable/victoria</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>Add filters support for volume transfer</title>
<updated>2020-02-12T17:53:58+00:00</updated>
<author>
<name>Rajat Dhasmana</name>
<email>rajatdhasmana@gmail.com</email>
</author>
<published>2020-01-16T17:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=8d0d0521c62aafc5cb364dd8033635fd8f88f826'/>
<id>8d0d0521c62aafc5cb364dd8033635fd8f88f826</id>
<content type='text'>
Currently ``id`` and ``volume_id`` filters are working
correctly for transfer-list command.
support for filtering by ``name`` is handled in patch
provided in Depends-On.
Since filtering by all parameters is supported by API,
we can happily add the filters option on the client for
volume transfers.

Also adds functional test for transfers.

Related-Bug: #1860100

Depends-On: https://review.opendev.org/#/c/703658/

Change-Id: I2fd3a6a7b9add65a9a21388df44efb6747065a74
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently ``id`` and ``volume_id`` filters are working
correctly for transfer-list command.
support for filtering by ``name`` is handled in patch
provided in Depends-On.
Since filtering by all parameters is supported by API,
we can happily add the filters option on the client for
volume transfers.

Also adds functional test for transfers.

Related-Bug: #1860100

Depends-On: https://review.opendev.org/#/c/703658/

Change-Id: I2fd3a6a7b9add65a9a21388df44efb6747065a74
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for --allow-multiattach</title>
<updated>2019-09-11T12:06:43+00:00</updated>
<author>
<name>Sean McGinnis</name>
<email>sean.mcginnis@gmail.com</email>
</author>
<published>2019-04-18T17:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=3c1b417959689c85a2f54505057ca995fedca075'/>
<id>3c1b417959689c85a2f54505057ca995fedca075</id>
<content type='text'>
The ability to enable multiattach on the command line was deprecated in
Queens with the full implementation of multiattach enabling it through
volume type extra specs. This removes the command line arg and handling
for specifying it with volume creation.

Change-Id: Ifc0c874657f959266050cd1a7a40e6ecccc8c114
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ability to enable multiattach on the command line was deprecated in
Queens with the full implementation of multiattach enabling it through
volume type extra specs. This removes the command line arg and handling
for specifying it with volume creation.

Change-Id: Ifc0c874657f959266050cd1a7a40e6ecccc8c114
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use api version 3 for functional test</title>
<updated>2018-06-19T01:01:42+00:00</updated>
<author>
<name>junboli</name>
<email>junbo85.li@gmail.com</email>
</author>
<published>2018-06-19T01:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=9aa1c9a485e8c858ce8e022be0df79f798dea65c'/>
<id>9aa1c9a485e8c858ce8e022be0df79f798dea65c</id>
<content type='text'>
switch to use OS_VOLUME_API_VERSION = 3 to run
functional tests.

Closes-bug: #1775354
Co-Authored-By: liuyamin &lt;liuyamin@fiberhome.com&gt;
Change-Id: If6c4291aa7d8e85a4f8c1d5665a0e4a72aa1f1d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
switch to use OS_VOLUME_API_VERSION = 3 to run
functional tests.

Closes-bug: #1775354
Co-Authored-By: liuyamin &lt;liuyamin@fiberhome.com&gt;
Change-Id: If6c4291aa7d8e85a4f8c1d5665a0e4a72aa1f1d1
</pre>
</div>
</content>
</entry>
<entry>
<title>cinder show with attachments is a mess</title>
<updated>2017-07-03T18:06:38+00:00</updated>
<author>
<name>John Griffith</name>
<email>john.griffith8@gmail.com</email>
</author>
<published>2017-06-22T20:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=0ea7b2e0cf1dfd31ee8f12ceae5193c4a68c60b3'/>
<id>0ea7b2e0cf1dfd31ee8f12ceae5193c4a68c60b3</id>
<content type='text'>
The show command currently just dumps the entire attachments
dictionary into the output which is a real mess and completely
screws up the displayed output (shell command).

There's really no reason to do this, we can just give the
attachment ID's and then when you're on the newer versions
you can do an attachment-show for all the crazy details if
you want.  Keep in mind that the list command already shows
the server-id we're attached too, but that might also be
nice from the show command rather than jumping through
multiple commands.  To try and accomodate various use cases
we'll also add an "attached_servers" field to the show command,
but you'll have to coorelate manually from there.

Change-Id: I45ac49d8d9a185c52727c5bc24a6a1323be83689
Closes-Bug: #1494941
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The show command currently just dumps the entire attachments
dictionary into the output which is a real mess and completely
screws up the displayed output (shell command).

There's really no reason to do this, we can just give the
attachment ID's and then when you're on the newer versions
you can do an attachment-show for all the crazy details if
you want.  Keep in mind that the list command already shows
the server-id we're attached too, but that might also be
nice from the show command rather than jumping through
multiple commands.  To try and accomodate various use cases
we'll also add an "attached_servers" field to the show command,
but you'll have to coorelate manually from there.

Change-Id: I45ac49d8d9a185c52727c5bc24a6a1323be83689
Closes-Bug: #1494941
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functional tests: backup creation and deletion</title>
<updated>2015-11-23T17:13:22+00:00</updated>
<author>
<name>obutenko</name>
<email>obutenko@mirantis.com</email>
</author>
<published>2015-11-17T17:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=5b76ebbadadd071b9a95651ad415f22cf2759e8c'/>
<id>5b76ebbadadd071b9a95651ad415f22cf2759e8c</id>
<content type='text'>
This patch adds functional tests for cinder volume
backup creation and deletion for python-cinderclient.

Change-Id: I5aaa84c014d1147e9415392d52241ca4819589f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds functional tests for cinder volume
backup creation and deletion for python-cinderclient.

Change-Id: I5aaa84c014d1147e9415392d52241ca4819589f6
</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>
</feed>
