<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/tests/functional, branch stable/pike</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Merge "cinder show with attachments is a mess"</title>
<updated>2017-07-26T22:16:39+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-07-26T22:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=63ac82a55489d55246da939b5ae60b8a65fb9ec7'/>
<id>63ac82a55489d55246da939b5ae60b8a65fb9ec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>Merge "Fix PY2/PY3 specific error in testcases"</title>
<updated>2017-06-15T16:39:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-15T16:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=905f6f4a0fe90595570423985e8703f3088ac275'/>
<id>905f6f4a0fe90595570423985e8703f3088ac275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PY2/PY3 specific error in testcases</title>
<updated>2017-06-15T00:51:11+00:00</updated>
<author>
<name>TommyLike</name>
<email>tommylikehu@gmail.com</email>
</author>
<published>2017-06-12T11:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=1a5910cbd822e9b1779aba2c69d4ed7ca449ed88'/>
<id>1a5910cbd822e9b1779aba2c69d4ed7ca449ed88</id>
<content type='text'>
The behaviour of PY3's standard lib 'argparse'
differs from PY2's.

```
cinder extend 2
usage: cinder extend &lt;volume&gt; &lt;new_size&gt;
error: too few arguments
Try 'cinder help extend' for more information.

cinder extend 3
usage: cinder extend &lt;volume&gt; &lt;new_size&gt;
error: the following arguments are required: &lt;new_size&gt;
Try 'cinder help extend' for more information.

```
This could lead to the partly failure of functional testcase,
fix it.

Change-Id: I59e9ae149af0b4294b09a94a52a4bc86a1d90f2b
Closes-Bug: #1697428
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The behaviour of PY3's standard lib 'argparse'
differs from PY2's.

```
cinder extend 2
usage: cinder extend &lt;volume&gt; &lt;new_size&gt;
error: too few arguments
Try 'cinder help extend' for more information.

cinder extend 3
usage: cinder extend &lt;volume&gt; &lt;new_size&gt;
error: the following arguments are required: &lt;new_size&gt;
Try 'cinder help extend' for more information.

```
This could lead to the partly failure of functional testcase,
fix it.

Change-Id: I59e9ae149af0b4294b09a94a52a4bc86a1d90f2b
Closes-Bug: #1697428
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PY2/PY3 specific error in testcases</title>
<updated>2017-06-12T12:04:31+00:00</updated>
<author>
<name>TommyLike</name>
<email>tommylikehu@gmail.com</email>
</author>
<published>2017-06-12T09:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=c1b03efe0f44bf3c07a9a44ea7db48a2b07ef3bc'/>
<id>c1b03efe0f44bf3c07a9a44ea7db48a2b07ef3bc</id>
<content type='text'>
Use 'six.text_type' to wrap defined string value.

Change-Id: I229d58595494f59f03538be79de42f2e8007f442
Closes-Bug: #1697401
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use 'six.text_type' to wrap defined string value.

Change-Id: I229d58595494f59f03538be79de42f2e8007f442
Closes-Bug: #1697401
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add cinder tests for cinder snapshot create commands with parameters"</title>
<updated>2017-03-16T12:09:10+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-03-16T12:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=29d29a7cd4c31fd96157beae90cb483403afe1af'/>
<id>29d29a7cd4c31fd96157beae90cb483403afe1af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>Add cinder tests for cinder snapshot create commands with parameters</title>
<updated>2017-03-14T13:49:38+00:00</updated>
<author>
<name>SofiiaAndriichenko</name>
<email>sandriichenko@mirantis.com</email>
</author>
<published>2016-09-02T08:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=25ba0fbed70a5fa3744bd4396c746455cc8ea91e'/>
<id>25ba0fbed70a5fa3744bd4396c746455cc8ea91e</id>
<content type='text'>
Change-Id: Icec43c572e43eccc0408667877329bedf0f2fc1a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icec43c572e43eccc0408667877329bedf0f2fc1a
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable functional tests with multiattach</title>
<updated>2017-03-10T14:56:14+00:00</updated>
<author>
<name>Ivan Kolodyazhny</name>
<email>e0ne@e0ne.info</email>
</author>
<published>2017-03-10T14:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=c5059b418760d38e4634e764a8a987f948e875ac'/>
<id>c5059b418760d38e4634e764a8a987f948e875ac</id>
<content type='text'>
LVM driver doesn't support mulltiattach now. That's why this test fails
on gates. We have to disable it until multiattach will be supported.

Change-Id: I690982dfa81a566d1632ebe81c54f5596316b02f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LVM driver doesn't support mulltiattach now. That's why this test fails
on gates. We have to disable it until multiattach will be supported.

Change-Id: I690982dfa81a566d1632ebe81c54f5596316b02f
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add cinder tests for cinder volume create commands with parameters"</title>
<updated>2017-02-14T16:44:41+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-02-14T16:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=c1f47f853d84ab99bb94aa52ed9b03be7523072b'/>
<id>c1f47f853d84ab99bb94aa52ed9b03be7523072b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
