<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/functional/common/test.py, branch 5.2.2</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>move all functional tests to tests module</title>
<updated>2016-09-09T03:29:47+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>s.martinelli@gmail.com</email>
</author>
<published>2016-09-06T03:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=c14d3efe6162a58cb3cdcb2834ad2508e2525018'/>
<id>c14d3efe6162a58cb3cdcb2834ad2508e2525018</id>
<content type='text'>
functional tests should be grouped with other tests (unit and
integration tests). as part of this commit the "common" module
was renamed to just "base", this was done for simplicity.

the post_test_hook.sh file was also copied to the functional module
since it should live there. a separate change to the infra repo
will be made to call the new location, once that is merged we
can remove the old one (a new change will also be posted for that)

Needed-By: I49d54f009021d65c1ae49faf6b3f0a7acdadd7b3
Change-Id: Ie8c334f6223373b8e06df8bd8466500d2a2c8ede
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
functional tests should be grouped with other tests (unit and
integration tests). as part of this commit the "common" module
was renamed to just "base", this was done for simplicity.

the post_test_hook.sh file was also copied to the functional module
since it should live there. a separate change to the infra repo
will be made to call the new location, once that is merged we
can remove the old one (a new change will also be posted for that)

Needed-By: I49d54f009021d65c1ae49faf6b3f0a7acdadd7b3
Change-Id: Ie8c334f6223373b8e06df8bd8466500d2a2c8ede
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow format selection in get_opts</title>
<updated>2016-07-14T11:09:18+00:00</updated>
<author>
<name>Kyrylo Romanenko</name>
<email>kromanenko@mirantis.com</email>
</author>
<published>2016-07-14T11:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=9f346c3fb6eb25ed581139992380c53580c1cd42'/>
<id>9f346c3fb6eb25ed581139992380c53580c1cd42</id>
<content type='text'>
Default is "value".

Change-Id: I244253f6cd53104a57ef12f6b14e1653c89d38bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Default is "value".

Change-Id: I244253f6cd53104a57ef12f6b14e1653c89d38bc
</pre>
</div>
</content>
</entry>
<entry>
<title>Deduplicate get_opts methods</title>
<updated>2016-07-05T15:39:03+00:00</updated>
<author>
<name>Kyrylo Romanenko</name>
<email>kromanenko@mirantis.com</email>
</author>
<published>2016-07-05T09:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=259b4a14628b5eae5f9154a052381145e7e7ba1e'/>
<id>259b4a14628b5eae5f9154a052381145e7e7ba1e</id>
<content type='text'>
One get_opts method can work instead of
get_list_opts and get_show_opts both.
Remove mutable default value.

Change-Id: I9c5683d416f0f3ed4989abab6f152b0341e30a4f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One get_opts method can work instead of
get_list_opts and get_show_opts both.
Remove mutable default value.

Change-Id: I9c5683d416f0f3ed4989abab6f152b0341e30a4f
</pre>
</div>
</content>
</entry>
<entry>
<title>Make code more compact for get_list_opts function</title>
<updated>2016-06-24T11:28:28+00:00</updated>
<author>
<name>Kyrylo Romanenko</name>
<email>kromanenko@mirantis.com</email>
</author>
<published>2016-06-24T11:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=ca9a6daba07969081572edee71bdf3438f41425b'/>
<id>ca9a6daba07969081572edee71bdf3438f41425b</id>
<content type='text'>
Do it like in get_show_opts done.

Change-Id: If6b115c35a41997627660830fb8e5d299e8fb8e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do it like in get_show_opts done.

Change-Id: If6b115c35a41997627660830fb8e5d299e8fb8e9
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace tempest-lib with tempest.lib</title>
<updated>2016-04-29T08:33:45+00:00</updated>
<author>
<name>Daniel Gonzalez</name>
<email>daniel@gonzalez-nothnagel.de</email>
</author>
<published>2016-04-28T20:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=9ec41c0397dbcf818513efd9bc92ad488b66ceca'/>
<id>9ec41c0397dbcf818513efd9bc92ad488b66ceca</id>
<content type='text'>
tempest-lib is deprecated, so replace it with tempest.lib.

Co-Authored-By: Sheel Rana &lt;ranasheel2000@gmail.com&gt;

Change-Id: I0495eba110bb7581623fbcf49dc63a27e9cb6d64
Closes-Bug: #1553047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tempest-lib is deprecated, so replace it with tempest.lib.

Co-Authored-By: Sheel Rana &lt;ranasheel2000@gmail.com&gt;

Change-Id: I0495eba110bb7581623fbcf49dc63a27e9cb6d64
Closes-Bug: #1553047
</pre>
</div>
</content>
</entry>
<entry>
<title>Deduplicate CLI output parser code in test.py</title>
<updated>2016-04-19T05:20:23+00:00</updated>
<author>
<name>Kyrylo Romanenko</name>
<email>kromanenko@mirantis.com</email>
</author>
<published>2016-04-18T17:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=c95d68eaea8dfc36cf7ea656522fcca7ae58b1c8'/>
<id>c95d68eaea8dfc36cf7ea656522fcca7ae58b1c8</id>
<content type='text'>
Use methods from tempest-lib.cli.output_parser.

Change-Id: I0655141a0ef967675e41b1da49cf999da3382018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use methods from tempest-lib.cli.output_parser.

Change-Id: I0655141a0ef967675e41b1da49cf999da3382018
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CommandFailed exception from tempest_lib</title>
<updated>2016-04-13T16:09:07+00:00</updated>
<author>
<name>Kyrylo Romanenko</name>
<email>kromanenko@mirantis.com</email>
</author>
<published>2016-04-13T16:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=573bb6b941199d32e016257f37c649ea804484a3'/>
<id>573bb6b941199d32e016257f37c649ea804484a3</id>
<content type='text'>
Remove exceptions.py from functional/common.
Import exception with the same code from the tempest_lib to tests.

Change-Id: Ifaa658209c18dd608836079f57ed18fcf10fb84e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove exceptions.py from functional/common.
Import exception with the same code from the tempest_lib to tests.

Change-Id: Ifaa658209c18dd608836079f57ed18fcf10fb84e
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused method cleanup_tmpfile</title>
<updated>2016-04-05T22:40:44+00:00</updated>
<author>
<name>Cedric Brandily</name>
<email>zzelle@gmail.com</email>
</author>
<published>2016-04-05T22:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=139a45bb71ca2e99b0c8947c43c8d0165dec165e'/>
<id>139a45bb71ca2e99b0c8947c43c8d0165dec165e</id>
<content type='text'>
This change removes unused cleanup_tmpfile method from functests code.

Change-Id: I5d8e7edb0e50e94a5a469ce393d411b390b4db34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change removes unused cleanup_tmpfile method from functests code.

Change-Id: I5d8e7edb0e50e94a5a469ce393d411b390b4db34
</pre>
</div>
</content>
</entry>
<entry>
<title>Add quota functional tests</title>
<updated>2016-02-12T18:52:40+00:00</updated>
<author>
<name>Richard Theis</name>
<email>rtheis@us.ibm.com</email>
</author>
<published>2016-02-12T18:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=ea0b8f91627f5ef4a89f23e391a5733032bccc0e'/>
<id>ea0b8f91627f5ef4a89f23e391a5733032bccc0e</id>
<content type='text'>
Add functional tests for "os quota" commands.

Change-Id: I0f5939bf4ce553174c9b7ce55bdb3dce0506c409
Related-Bug: #1528249
Partially-Implements: blueprint neutron-client
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add functional tests for "os quota" commands.

Change-Id: I0f5939bf4ce553174c9b7ce55bdb3dce0506c409
Related-Bug: #1528249
Partially-Implements: blueprint neutron-client
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix functional tests for Python 3.4</title>
<updated>2015-10-12T11:53:06+00:00</updated>
<author>
<name>Sirushti Murugesan</name>
<email>sirushti.murugesan@hp.com</email>
</author>
<published>2015-10-12T11:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=b12d8502226f56421bbe90747cf1727222c6e6fa'/>
<id>b12d8502226f56421bbe90747cf1727222c6e6fa</id>
<content type='text'>
* shlex.split() expects a string. Not bytes.
* decode the bytestring result of subprocess's communicate()
  to a string.

Change-Id: I209f67a91dc609b1e30cb9e683d3d6ee63d00069
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* shlex.split() expects a string. Not bytes.
* decode the bytestring result of subprocess's communicate()
  to a string.

Change-Id: I209f67a91dc609b1e30cb9e683d3d6ee63d00069
</pre>
</div>
</content>
</entry>
</feed>
