From be0a66ec5997e95b60737fb2617e630da6666647 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 23 Mar 2015 11:03:28 -0400 Subject: [PATCH] add stacktest recipe This adds stacktest recipe for the testing mode I created using the testr / subunit / testtools toolchain in OpenStack projects. --- recipes/stacktest.rcp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/stacktest.rcp diff --git a/recipes/stacktest.rcp b/recipes/stacktest.rcp new file mode 100644 index 00000000..68c691e5 --- /dev/null +++ b/recipes/stacktest.rcp @@ -0,0 +1,5 @@ +(:name stacktest + :website "https://github.com/sdague/stacktest" + :description "OpenStack Inline testing mode" + :type github + :pkgname "sdague/stacktest")