<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/functional, branch 1.3.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>Remove checks for None dates in keypair functional tests</title>
<updated>2015-05-22T20:01:40+00:00</updated>
<author>
<name>Terry Howe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-05-22T20:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=9186885553ed8ad32c5a863c9efb63dd570a99bb'/>
<id>9186885553ed8ad32c5a863c9efb63dd570a99bb</id>
<content type='text'>
Steve made a comment about this and I agree, we should try and
keep these tests and simple as possible and this kind of thing
doesn't add much value.

Change-Id: I1eb73e5f38904ee6c74f6c7e27fc66cfe198619d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Steve made a comment about this and I agree, we should try and
keep these tests and simple as possible and this kind of thing
doesn't add much value.

Change-Id: I1eb73e5f38904ee6c74f6c7e27fc66cfe198619d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for keypair functional tests</title>
<updated>2015-05-17T15:12:28+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-04-29T14:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=f8bbbdce2402390e1b73590b0fb7fcb360974848'/>
<id>f8bbbdce2402390e1b73590b0fb7fcb360974848</id>
<content type='text'>
Change-Id: I5d4730f8229b50d2b162864c74d8eabfef6c0991
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5d4730f8229b50d2b162864c74d8eabfef6c0991
</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>Merge "Remove unique class names because they are scoped"</title>
<updated>2015-04-29T06:07:34+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-04-29T06:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=4451507cce247984f1e7759a9f1d46f6827383f5'/>
<id>4451507cce247984f1e7759a9f1d46f6827383f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Functional tests run in many environments"</title>
<updated>2015-04-29T05:53:09+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-04-29T05:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=075987267b5ecd794e512ecf8d178368c4a1cbfa'/>
<id>075987267b5ecd794e512ecf8d178368c4a1cbfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Reduce parameters to base class execute</title>
<updated>2015-04-26T12:37:36+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-04-25T15:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=416d840dc4cb00026bac2512b259ce88a0e4a765'/>
<id>416d840dc4cb00026bac2512b259ce88a0e4a765</id>
<content type='text'>
Simplify the parameters so we are just passing a command string
to the execute command in the base class.  The string is exactly
the command we are going to run.  This will make debugging
easier and make it clearer what we are actually running.

Change-Id: I0425007e1849f31d692420e38544c55b1acb86c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify the parameters so we are just passing a command string
to the execute command in the base class.  The string is exactly
the command we are going to run.  This will make debugging
easier and make it clearer what we are actually running.

Change-Id: I0425007e1849f31d692420e38544c55b1acb86c4
</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>
<entry>
<title>Merge "Look harder to find DevStack"</title>
<updated>2015-03-12T03:10:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-12T03:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=a8c44074f93815ea670d4bc09156795c66505f31'/>
<id>a8c44074f93815ea670d4bc09156795c66505f31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
