summaryrefslogtreecommitdiff
path: root/strata/openstack-clients/tempest.morph
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2015-03-04 10:27:14 +0000
committerMike Smith <mike.smith@codethink.co.uk>2015-03-04 10:27:14 +0000
commit00f2183e607ad3de07c2d9101379a38db50aa942 (patch)
tree9f41e468f2116cc48b6a7d617f7b7096b9b9840e /strata/openstack-clients/tempest.morph
parent41af8a0d9a261ff4aabbf750b27e3a8450159931 (diff)
downloaddefinitions-00f2183e607ad3de07c2d9101379a38db50aa942.tar.gz
tempest added but unconfiguredmikesmith/tempest
Diffstat (limited to 'strata/openstack-clients/tempest.morph')
-rw-r--r--strata/openstack-clients/tempest.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/openstack-clients/tempest.morph b/strata/openstack-clients/tempest.morph
new file mode 100644
index 00000000..35f084d4
--- /dev/null
+++ b/strata/openstack-clients/tempest.morph
@@ -0,0 +1,6 @@
+name: tempest
+kind: chunk
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"