add stacktest recipe

This adds stacktest recipe for the testing mode I created using the
testr / subunit / testtools toolchain in OpenStack projects.
This commit is contained in:
Sean Dague 2015-03-23 11:03:28 -04:00
parent c6f0b15112
commit be0a66ec59

5
recipes/stacktest.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name stacktest
:website "https://github.com/sdague/stacktest"
:description "OpenStack Inline testing mode"
:type github
:pkgname "sdague/stacktest")