<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/.coveragerc, branch shared-key-msg</title>
<subtitle>OpenStack's nova patches.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/'/>
<entry>
<title>Update .coveragerc</title>
<updated>2013-02-06T14:47:06+00:00</updated>
<author>
<name>Alessio Ababilov</name>
<email>aababilov@griddynamics.com</email>
</author>
<published>2013-02-06T14:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=d089e0a48842d064433b0480aeac9e9d5de6ef87'/>
<id>d089e0a48842d064433b0480aeac9e9d5de6ef87</id>
<content type='text'>
Set up proper source and omit options.

Change-Id: I28e95c5dde5d906dc2bf44b647017f8cff5981f6
Implements: blueprint update-coveragerc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set up proper source and omit options.

Change-Id: I28e95c5dde5d906dc2bf44b647017f8cff5981f6
Implements: blueprint update-coveragerc
</pre>
</div>
</content>
</entry>
<entry>
<title>Use testrepository setuptools support.</title>
<updated>2013-01-15T07:17:12+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-01-15T06:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=a0c3e67cb5e73db26202f97010d383fc2d6b1278'/>
<id>a0c3e67cb5e73db26202f97010d383fc2d6b1278</id>
<content type='text'>
The previous false-positive bug was fixed upstream in 0.0.13.

Change-Id: Iceb07a511992249c104bbc7c34b7c35e01bd9fbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous false-positive bug was fixed upstream in 0.0.13.

Change-Id: Iceb07a511992249c104bbc7c34b7c35e01bd9fbd
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use testr setuptools commands."</title>
<updated>2013-01-14T22:05:50+00:00</updated>
<author>
<name>James E. Blair</name>
<email>corvus@inaugust.com</email>
</author>
<published>2013-01-14T21:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=9576c6fdeba252d4548c37aa2cbf699f28d4c14b'/>
<id>9576c6fdeba252d4548c37aa2cbf699f28d4c14b</id>
<content type='text'>
This reverts commit c945b71929d7dc872ea27103ca8b6ec3d5cc7cd5
which caused the unit test command to always exit sucessfully.

Change-Id: I410cbc878675503f0ce6e50bddc4fd0552370c46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c945b71929d7dc872ea27103ca8b6ec3d5cc7cd5
which caused the unit test command to always exit sucessfully.

Change-Id: I410cbc878675503f0ce6e50bddc4fd0552370c46
</pre>
</div>
</content>
</entry>
<entry>
<title>Use testr setuptools commands.</title>
<updated>2013-01-12T21:33:42+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-01-11T14:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=c945b71929d7dc872ea27103ca8b6ec3d5cc7cd5'/>
<id>c945b71929d7dc872ea27103ca8b6ec3d5cc7cd5</id>
<content type='text'>
Replace the embedded shell scripts with setuptools commands provided by
upstream. Cleans up a few warnings that this cause tox to show.

Change-Id: I9eb47142eafb6ed038b358b94984462ca1632542
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the embedded shell scripts with setuptools commands provided by
upstream. Cleans up a few warnings that this cause tox to show.

Change-Id: I9eb47142eafb6ed038b358b94984462ca1632542
</pre>
</div>
</content>
</entry>
<entry>
<title>Finalize tox config.</title>
<updated>2012-06-07T16:15:42+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-03T17:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=cf34a6015762a82780f86004a76439e1e21340f8'/>
<id>cf34a6015762a82780f86004a76439e1e21340f8</id>
<content type='text'>
Shrink tox.ini to the new short version.
Fix the test cases to be able to be run in nosetets plus the
openstack.nose_plugin, which finally removes the need for
nova/testing/runner.py
Also, now we'll just output directly to stdout, which will
make nose collect the trace logging directly and either output
it at the end of the run, or inject it into the xunit output
appropriately.

Change-Id: I1456e18a11a840145492038108bdfe812c8230d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shrink tox.ini to the new short version.
Fix the test cases to be able to be run in nosetets plus the
openstack.nose_plugin, which finally removes the need for
nova/testing/runner.py
Also, now we'll just output directly to stdout, which will
make nose collect the trace logging directly and either output
it at the end of the run, or inject it into the xunit output
appropriately.

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