From 00f2183e607ad3de07c2d9101379a38db50aa942 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 4 Mar 2015 10:27:14 +0000 Subject: tempest added but unconfigured --- strata/openstack-clients.morph | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'strata/openstack-clients.morph') diff --git a/strata/openstack-clients.morph b/strata/openstack-clients.morph index 1b348630..392e7ee4 100644 --- a/strata/openstack-clients.morph +++ b/strata/openstack-clients.morph @@ -101,3 +101,28 @@ chunks: - pyiso8601 - simplejson - babel +- name: tempest-lib + repo: https://github.com/openstack/tempest-lib + ref: master + unpetrify-ref: https://github.com/openstack/tempest-lib + build-depends: [] +- name: oslo + repo: https://github.com/openstack/oslo.utils + ref: master + unpetrify-ref: https://github.com/openstack/oslo.utils + build-depends: [] +- name: pymox + repo: https://github.com/emonty/pymox + ref: master + unpetrify-ref: https://github.com/emonty/pymox + build-depends: [] +- name: tempest + repo: https://github.com/openstack/tempest + ref: master + unpetrify-ref: https://github.com/openstack/tempest + build-depends: + - tempest-lib + - pymox + - oslo + + -- cgit v1.2.1