<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/functional/tests/object, 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>Improve tmpfile cleanup in functests</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:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=3c82c0e62e5b661d03ad7d9a3e93f95876805c2d'/>
<id>3c82c0e62e5b661d03ad7d9a3e93f95876805c2d</id>
<content type='text'>
This change replaces when possible homemade temporary file management by
tempfile.NamedTemporaryFile[1][2] and defines only when needed a cleanup
for a temporary file[2].

[1] functional/tests/compute/v2/test_keypair.py
[2] functional/tests/object/v1/test_object.py

Change-Id: I728ab96381ca9f3fd1f899dd50e5ceb5e97b9397
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change replaces when possible homemade temporary file management by
tempfile.NamedTemporaryFile[1][2] and defines only when needed a cleanup
for a temporary file[2].

[1] functional/tests/compute/v2/test_keypair.py
[2] functional/tests/object/v1/test_object.py

Change-Id: I728ab96381ca9f3fd1f899dd50e5ceb5e97b9397
</pre>
</div>
</content>
</entry>
<entry>
<title>Add recursive object delete for containers</title>
<updated>2016-02-05T18:18:46+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-10-15T14:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=514a168656823eb4897e38a15a1a769a7d18f44f'/>
<id>514a168656823eb4897e38a15a1a769a7d18f44f</id>
<content type='text'>
Change-Id: Ib291e79864c218464e842a08efd3742193ba5ff0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib291e79864c218464e842a08efd3742193ba5ff0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add image functional tests</title>
<updated>2015-06-02T11:26:25+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-06-01T20:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=746f6421d0490d41b1a3b7b0e014d0a7fe457afd'/>
<id>746f6421d0490d41b1a3b7b0e014d0a7fe457afd</id>
<content type='text'>
Change-Id: I30b219bc3393fcb197bda266125dcfb5c8780a3e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I30b219bc3393fcb197bda266125dcfb5c8780a3e
</pre>
</div>
</content>
</entry>
<entry>
<title>Use format options for functional tests</title>
<updated>2015-05-17T12:33:39+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-04-29T11:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=29f29e44d3ed894ebac5fe26d4410bd31149145a'/>
<id>29f29e44d3ed894ebac5fe26d4410bd31149145a</id>
<content type='text'>
Use the format options for functional tests so we can have more
assertEquals and less assertIn.

Change-Id: I34e6c76b42964f7b596ea35e6b0354a242611cb4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the format options for functional tests so we can have more
assertEquals and less assertIn.

Change-Id: I34e6c76b42964f7b596ea35e6b0354a242611cb4
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unique class names because they are scoped</title>
<updated>2015-04-27T19:51:39+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-04-27T19:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=75d3130ab248723d324dbcd2026d14f75185cf88'/>
<id>75d3130ab248723d324dbcd2026d14f75185cf88</id>
<content type='text'>
Remove unique class names because they are module scoped.  Also,
add cleanup of the tmp file in the object test.

Change-Id: I8107a02b13ff87793ba1e56e0f0ad26890f24369
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unique class names because they are module scoped.  Also,
add cleanup of the tmp file in the object test.

Change-Id: I8107a02b13ff87793ba1e56e0f0ad26890f24369
</pre>
</div>
</content>
</entry>
<entry>
<title>Functional tests run in many environments</title>
<updated>2015-04-25T14:42:06+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-04-16T18:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=aa7e58cefb67b28ec3c3fcc6f654b41d3ecc6c4a'/>
<id>aa7e58cefb67b28ec3c3fcc6f654b41d3ecc6c4a</id>
<content type='text'>
Have the functional tests running with less customization and
less shell.  This change will allow the functional tests to be
run against any cloud set up in the environment.

Change-Id: I24f621fbace62273e5a0be24e7af9078c0fc8550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Have the functional tests running with less customization and
less shell.  This change will allow the functional tests to be
run against any cloud set up in the environment.

Change-Id: I24f621fbace62273e5a0be24e7af9078c0fc8550
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-organize functional tests</title>
<updated>2015-04-17T17:37:44+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-04-17T17:37:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=6c4f81516c6ad119d39c4952f3ab274f3d3f2efa'/>
<id>6c4f81516c6ad119d39c4952f3ab274f3d3f2efa</id>
<content type='text'>
The tests should be further divded by project version, similar to
the structure of the unit tests.

Change-Id: Ied3a4204983cdd253c5602a60968c066038d88f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests should be further divded by project version, similar to
the structure of the unit tests.

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