<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/functional/tests/common, branch 2.6.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Add network support for "quota set"</title>
<updated>2016-05-19T12:42:59+00:00</updated>
<author>
<name>Fang Zhen</name>
<email>zhen.fang@easystack.cn</email>
</author>
<published>2016-03-14T11:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=b92cf77fb58b4aafcf4b3a1ef6b89fd15166505b'/>
<id>b92cf77fb58b4aafcf4b3a1ef6b89fd15166505b</id>
<content type='text'>
The "quota set" command support compute and volume quotas previously.
This patch add support network.

Partially-implements: blueprint neutron-client-quota
Closes-bug: 1489441

Change-Id: I9d297f52bc30614b3493f09ed15f8f1d3f8ff952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "quota set" command support compute and volume quotas previously.
This patch add support network.

Partially-implements: blueprint neutron-client-quota
Closes-bug: 1489441

Change-Id: I9d297f52bc30614b3493f09ed15f8f1d3f8ff952
</pre>
</div>
</content>
</entry>
<entry>
<title>Support quota show for current project</title>
<updated>2016-04-21T16:33:24+00:00</updated>
<author>
<name>Richard Theis</name>
<email>rtheis@us.ibm.com</email>
</author>
<published>2016-04-21T16:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=27024d70af4756cb6e4b210b025ed7427541f773'/>
<id>27024d70af4756cb6e4b210b025ed7427541f773</id>
<content type='text'>
The "os quota show" command "&lt;project/class&gt;" argument is now
optional. If not specified, the user's current project is used.
This allows non-admin users to show quotas for their current
project.

Change-Id: I602d4cc09c9d29ce84271eff78137f8810cb1a47
Closes-Bug: #1572733
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "os quota show" command "&lt;project/class&gt;" argument is now
optional. If not specified, the user's current project is used.
This allows non-admin users to show quotas for their current
project.

Change-Id: I602d4cc09c9d29ce84271eff78137f8810cb1a47
Closes-Bug: #1572733
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer assertEqual/assertIn over assertOutput/assertInOutput</title>
<updated>2016-04-06T18:59:59+00:00</updated>
<author>
<name>Cedric Brandily</name>
<email>zzelle@gmail.com</email>
</author>
<published>2016-04-05T23:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=b13ec98467f2d374e741efa5888937c5f2b86ebb'/>
<id>b13ec98467f2d374e741efa5888937c5f2b86ebb</id>
<content type='text'>
functional.common.tests module defines:

 * assertOutput (similar to assertEqual)
 * assertInOutput (similar to assertIn)

in order to allow the usage of assertions in testcase classmethods but
there is no reason to use them in testcase instancemethods at least
because they raise Exception instances instead of AssertionError
instances.

Change-Id: I9ffcaf9c6e6a1ff5df6ea2d79be3fb4496db4b85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
functional.common.tests module defines:

 * assertOutput (similar to assertEqual)
 * assertInOutput (similar to assertIn)

in order to allow the usage of assertions in testcase classmethods but
there is no reason to use them in testcase instancemethods at least
because they raise Exception instances instead of AssertionError
instances.

Change-Id: I9ffcaf9c6e6a1ff5df6ea2d79be3fb4496db4b85
</pre>
</div>
</content>
</entry>
<entry>
<title>Functional tests for openstackclient help messages</title>
<updated>2016-03-18T16:28:24+00:00</updated>
<author>
<name>Kyrylo Romanenko</name>
<email>kromanenko@mirantis.com</email>
</author>
<published>2016-03-15T16:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=89182c4825340211ab9fc8ee780d59fb96212528'/>
<id>89182c4825340211ab9fc8ee780d59fb96212528</id>
<content type='text'>
Add tests for list and description for Server commands:
 - Check server commands in main help message.
 - Check list of server-related commands only.
Commands:
  server add security group,
  server add volume,
  server create,
  server delete,
  server dump create,
  server image create,
  server list,
  server lock,
  server migrate,
  server pause,
  server reboot,
  server rebuild,
  server remove security group,
  server remove volume,
  server rescue,
  server resize,
  server resume,
  server set,
  server shelve,
  server show,
  server ssh,
  server start,
  server stop,
  server suspend,
  server unlock,
  server unpause,
  server unrescue,
  server unset,
  server unshelve.

Change-Id: Ib4bf9ab0264fb482d36cf5688c0f939bcd2cb6d8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for list and description for Server commands:
 - Check server commands in main help message.
 - Check list of server-related commands only.
Commands:
  server add security group,
  server add volume,
  server create,
  server delete,
  server dump create,
  server image create,
  server list,
  server lock,
  server migrate,
  server pause,
  server reboot,
  server rebuild,
  server remove security group,
  server remove volume,
  server rescue,
  server resize,
  server resume,
  server set,
  server shelve,
  server show,
  server ssh,
  server start,
  server stop,
  server suspend,
  server unlock,
  server unpause,
  server unrescue,
  server unset,
  server unshelve.

Change-Id: Ib4bf9ab0264fb482d36cf5688c0f939bcd2cb6d8
</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://git.baserock.org/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>Refactor "os availability zone list"</title>
<updated>2016-01-14T17:43:31+00:00</updated>
<author>
<name>Richard Theis</name>
<email>rtheis@us.ibm.com</email>
</author>
<published>2016-01-13T17:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=84174440fc9fd4679f3a72d24ed50f0b1927b91d'/>
<id>84174440fc9fd4679f3a72d24ed50f0b1927b91d</id>
<content type='text'>
Refactor the "os availability zone list" command to make it a common
command instead of a compute-only command. Since availability zones
are common to compute, volume and network (new), this refactoring
allows availability zone support to be added for volume and network.

In addition to the refactor, unit and functional tests were added.

Change-Id: I63e9d41d229b21cd38e5a083493042c096d65e05
Partial-Bug: #1532945
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor the "os availability zone list" command to make it a common
command instead of a compute-only command. Since availability zones
are common to compute, volume and network (new), this refactoring
allows availability zone support to be added for volume and network.

In addition to the refactor, unit and functional tests were added.

Change-Id: I63e9d41d229b21cd38e5a083493042c096d65e05
Partial-Bug: #1532945
</pre>
</div>
</content>
</entry>
<entry>
<title>Have configuration tests support OCC</title>
<updated>2015-11-20T16:57:36+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-08-21T17:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=c0cc53807754b5957e84d159f70fe42407d77f29'/>
<id>c0cc53807754b5957e84d159f70fe42407d77f29</id>
<content type='text'>
Change-Id: Ia8b0e5672e2e6cf6a37582bf231385aafda8836d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia8b0e5672e2e6cf6a37582bf231385aafda8836d
</pre>
</div>
</content>
</entry>
<entry>
<title>New test for configuration show --mask</title>
<updated>2015-07-30T19:26:38+00:00</updated>
<author>
<name>Yunpeng Li</name>
<email>yunpeng.li@live.cn</email>
</author>
<published>2015-07-30T19:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=235cd227bd3d7e47f4e0b5743c5cee4f8f70de08'/>
<id>235cd227bd3d7e47f4e0b5743c5cee4f8f70de08</id>
<content type='text'>
Change-Id: I56bb110d25b9f05cb1a706ecc5bbf5b6b154b240
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I56bb110d25b9f05cb1a706ecc5bbf5b6b154b240
</pre>
</div>
</content>
</entry>
<entry>
<title>add new test for configuration show unmask</title>
<updated>2015-07-30T19:07:48+00:00</updated>
<author>
<name>John Keenleyside</name>
<email>keenley@ca.ibm.com</email>
</author>
<published>2015-07-30T19:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=4ebeb25b237b40028bd22b7a66ed3b8e2f17efe7'/>
<id>4ebeb25b237b40028bd22b7a66ed3b8e2f17efe7</id>
<content type='text'>
Change-Id: Ib85bfa627f4ddee9e017f148c86a6d7d640bfba4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib85bfa627f4ddee9e017f148c86a6d7d640bfba4
</pre>
</div>
</content>
</entry>
<entry>
<title>New test for configuration show</title>
<updated>2015-07-29T20:03:12+00:00</updated>
<author>
<name>Manuel Silveyra</name>
<email>silveyra@us.ibm.com</email>
</author>
<published>2015-07-29T19:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=4b86324ee2f7c9a441e4ed2c7bac833641e85b47'/>
<id>4b86324ee2f7c9a441e4ed2c7bac833641e85b47</id>
<content type='text'>
Creates a new common file for configuration tests.

Change-Id: Id4c26759dfec5d508b762d0b54386f258a362971
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates a new common file for configuration tests.

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