From 73993ae8133f7e00cac5fa90000be13da7775047 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 4 Mar 2015 17:30:59 +0000 Subject: Add tempest and tempest-lib to openstack lorry file tempest is the test package for openstack. --- open-source-lorries/openstack.lorry | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry index f7fda64..a81c423 100644 --- a/open-source-lorries/openstack.lorry +++ b/open-source-lorries/openstack.lorry @@ -258,5 +258,13 @@ "openstack/openstack-ansible-modules": { "type": "git", "url": "https://github.com/openstack-ansible/openstack-ansible-modules" - } + }, + "openstack/tempest-lib": { + "type": "git", + "url": "https://git.openstack.org/openstack/tempest-lib" + }, + "openstack/tempest": { + "type": "git", + "url": "https://git.openstack.org/openstack/tempest" + } } -- cgit v1.2.1