summaryrefslogtreecommitdiff
path: root/strata/openstack-services/tempest.morph
blob: da42c929951c5dfcb0afd536a4797bffeff084f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: tempest
kind: chunk
build-system: python-distutils
post-install-commands:
- mkdir -p "$DESTDIR"/etc/tempest

# Tempest is not supposed to be installed, just cloned and used from the clone,
# that's why we copy all the contents of the repository here, given that we
# don't know yet what things we can avoid copying.
- cp -R * "$DESTDIR"/etc/tempest
- cp .testr.conf "$DESTDIR"/etc/tempest