summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2015-03-04 17:30:59 +0000
committerMike Smith <mike.smith@codethink.co.uk>2015-03-05 14:16:49 +0000
commit73993ae8133f7e00cac5fa90000be13da7775047 (patch)
treeff6c6716f391fc0bde9c46cce052d3d8250bfefd
parentc624a4656ae0d5f840881180fdb420456fb751a8 (diff)
downloadlorries-73993ae8133f7e00cac5fa90000be13da7775047.tar.gz
Add tempest and tempest-lib to openstack lorry file
tempest is the test package for openstack.
-rw-r--r--open-source-lorries/openstack.lorry10
1 files changed, 9 insertions, 1 deletions
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"
+ }
}