summaryrefslogtreecommitdiff
path: root/unmaintained/strata/openstack-services/tempest.morph
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/strata/openstack-services/tempest.morph')
-rw-r--r--unmaintained/strata/openstack-services/tempest.morph12
1 files changed, 0 insertions, 12 deletions
diff --git a/unmaintained/strata/openstack-services/tempest.morph b/unmaintained/strata/openstack-services/tempest.morph
deleted file mode 100644
index cffb7d33..00000000
--- a/unmaintained/strata/openstack-services/tempest.morph
+++ /dev/null
@@ -1,12 +0,0 @@
-name: tempest
-kind: chunk
-build-system: python-distutils
-post-install-commands:
-# Install files and folders required to run tempest
-- mkdir -p "$DESTDIR"/etc/tempest
-- cp -r tempest "$DESTDIR"/etc/tempest/
-- cp -r tools "$DESTDIR"/etc/tempest/
-- cp setup.py tox.ini "$DESTDIR"/etc/tempest/
-- cp run_tests.sh run_tempest.sh "$DESTDIR"/etc/tempest/
-- cp .testr.conf "$DESTDIR"/etc/tempest/
-- cp etc/logging.conf.sample "$DESTDIR"/etc/tempest/logging.conf