<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/tox.ini, branch 1.0.4</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Change test order to avoid incompatibliity</title>
<updated>2015-01-28T12:44:37+00:00</updated>
<author>
<name>Terry Howe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-01-28T12:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=d843255bd8c43bb3f17cd06b969e31e2fd58b2c1'/>
<id>d843255bd8c43bb3f17cd06b969e31e2fd58b2c1</id>
<content type='text'>
If py26 or py27 tests are run first, there is a incompatibility in
the .testrepository that breaks several tests.  To get around this,
you need to run the py33 tests first.  This change was made over in
the cliff project.

Before:
    (.venv)terry@brat:~/cli$ rm -rf .testrepository/
    (.venv)terry@brat:~/cli$ tox
      ...
      py26: commands succeeded
      py27: commands succeeded
    ERROR:   py33: commands failed
    ERROR:   py34: commands failed
      pep8: commands succeeded
After:
    (.venv)terry@brat:~/cli$ rm -rf .testrepository/
    (.venv)terry@brat:~/cli$ tox
      ...
      py33: commands succeeded
      py34: commands succeeded
      py26: commands succeeded
      py27: commands succeeded
      pep8: commands succeeded
      congratulations :)
    (.venv)terry@brat:~/cli$

Change-Id: Ie1717efd6827eae36683f2e7fe7ff8ec58ff4aa8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If py26 or py27 tests are run first, there is a incompatibility in
the .testrepository that breaks several tests.  To get around this,
you need to run the py33 tests first.  This change was made over in
the cliff project.

Before:
    (.venv)terry@brat:~/cli$ rm -rf .testrepository/
    (.venv)terry@brat:~/cli$ tox
      ...
      py26: commands succeeded
      py27: commands succeeded
    ERROR:   py33: commands failed
    ERROR:   py34: commands failed
      pep8: commands succeeded
After:
    (.venv)terry@brat:~/cli$ rm -rf .testrepository/
    (.venv)terry@brat:~/cli$ tox
      ...
      py33: commands succeeded
      py34: commands succeeded
      py26: commands succeeded
      py27: commands succeeded
      pep8: commands succeeded
      congratulations :)
    (.venv)terry@brat:~/cli$

Change-Id: Ie1717efd6827eae36683f2e7fe7ff8ec58ff4aa8
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ignore portion of tox.ini</title>
<updated>2015-01-26T00:21:06+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-01-25T23:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=703a25d445d7b710212633af3a12d8c168208c62'/>
<id>703a25d445d7b710212633af3a12d8c168208c62</id>
<content type='text'>
In the latest hacking update a few rules were dropped, and we no
longer have to ignore these rules in our tox.ini.

Change-Id: Id38a1497019c7fe2d4ad8567f1c0c8d229951751
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the latest hacking update a few rules were dropped, and we no
longer have to ignore these rules in our tox.ini.

Change-Id: Id38a1497019c7fe2d4ad8567f1c0c8d229951751
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests work fine with random PYTHONHASHSEED</title>
<updated>2014-11-12T13:55:39+00:00</updated>
<author>
<name>Oleksii Chuprykov</name>
<email>ochuprykov@mirantis.com</email>
</author>
<published>2014-11-12T13:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=ab89ef5876406c376621be178dd6407b325c435b'/>
<id>ab89ef5876406c376621be178dd6407b325c435b</id>
<content type='text'>
Change-Id: Iba6fc87bbff289ae2572a7eb132f5c946dfa0956
Related-Bug: #1348818
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iba6fc87bbff289ae2572a7eb132f5c946dfa0956
Related-Bug: #1348818
</pre>
</div>
</content>
</entry>
<entry>
<title>Include support for using oslo debugger in tests</title>
<updated>2014-10-22T18:29:36+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2014-10-21T22:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=e7bba3211a08a295a15997a552237b06e2238e3d'/>
<id>e7bba3211a08a295a15997a552237b06e2238e3d</id>
<content type='text'>
Simply run `tox -e debug &lt;test_name&gt;` to get an interactive
debugging prompt

Change-Id: I09e5b844a33c2f0fd4230f01fbc6c0aa8d752545
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simply run `tox -e debug &lt;test_name&gt;` to get an interactive
debugging prompt

Change-Id: I09e5b844a33c2f0fd4230f01fbc6c0aa8d752545
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add functional tests to osc"</title>
<updated>2014-10-03T22:38:01+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-10-03T22:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=89a58c65cae12713ce279113404518fa5b55bea9'/>
<id>89a58c65cae12713ce279113404518fa5b55bea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Place the command to generate docs on one line</title>
<updated>2014-10-03T04:09:59+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2014-10-03T04:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=1934b1b24347fbe528c02fd8eafcd4c569e96763'/>
<id>1934b1b24347fbe528c02fd8eafcd4c569e96763</id>
<content type='text'>
Change-Id: I99d78208c940bc6646327ee967e71187c32a159f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I99d78208c940bc6646327ee967e71187c32a159f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functional tests to osc</title>
<updated>2014-10-01T23:46:07+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2014-09-19T02:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=742982af4bb94b73a78c06688732acf1c8127f8a'/>
<id>742982af4bb94b73a78c06688732acf1c8127f8a</id>
<content type='text'>
Create a script that kicks off function tests that exercise
openstackclient commands against a cloud.

If no keystone/openstack process is detected, a devstack instance
is spun up and the tests are run against that.

There is also a hook added to tox.ini so that we can run these
tests easily from a gate job.

Change-Id: I3cc8b2b800de7ca74af506d2c7e8ee481fa985f0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a script that kicks off function tests that exercise
openstackclient commands against a cloud.

If no keystone/openstack process is detected, a devstack instance
is spun up and the tests are run against that.

There is also a hook added to tox.ini so that we can run these
tests easily from a gate job.

Change-Id: I3cc8b2b800de7ca74af506d2c7e8ee481fa985f0
</pre>
</div>
</content>
</entry>
<entry>
<title>Work toward Python 3.4 support and testing</title>
<updated>2014-09-03T19:05:47+00:00</updated>
<author>
<name>Jeremy Stanley</name>
<email>fungi@yuggoth.org</email>
</author>
<published>2014-09-03T19:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=181166f81bde6e96f42c2adc6dccb000312c68c0'/>
<id>181166f81bde6e96f42c2adc6dccb000312c68c0</id>
<content type='text'>
Change-Id: I70d8cf0971d18b9b2eb967e28cedecc897721f58
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I70d8cf0971d18b9b2eb967e28cedecc897721f58
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PEP8 E302 errors</title>
<updated>2014-07-22T23:51:15+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2014-06-27T14:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=f3dbab4a6c90541257c10b4b9389455b3e6cec13'/>
<id>f3dbab4a6c90541257c10b4b9389455b3e6cec13</id>
<content type='text'>
Also add remaining skipped checks to HACKING

Change-Id: I0c4333ce29597e0a8a233af17c15bed2b4d0711f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add remaining skipped checks to HACKING

Change-Id: I0c4333ce29597e0a8a233af17c15bed2b4d0711f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3 support</title>
<updated>2014-07-15T08:26:16+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-07-15T08:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=3cfb97e5ae930767f09c22402c3499c9bbb9eebd'/>
<id>3cfb97e5ae930767f09c22402c3499c9bbb9eebd</id>
<content type='text'>
Change-Id: I65fabfc4788230b7280808ec912601c327095db0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I65fabfc4788230b7280808ec912601c327095db0
</pre>
</div>
</content>
</entry>
</feed>
