summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/tempest/tempest_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-11 15:08:57 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-11 15:08:57 -0500
commit0a1667f836616d86b1c04c3e70ecf5c8e4f3a4ef (patch)
tree700f558d4e093f11da962ce60f4ca278f6a15fc1 /meta-openstack/recipes-extended/tempest/tempest_git.bb
parent8e8bcf786654231916f85b45aa32a56dae222f71 (diff)
downloadmeta-cloud-services-0a1667f836616d86b1c04c3e70ecf5c8e4f3a4ef.tar.gz
tempest: add mlock dependency
neutron tests require mlock, so we add it to the tempest RDEPENDS. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/tempest/tempest_git.bb')
-rw-r--r--meta-openstack/recipes-extended/tempest/tempest_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb
index 212eebe..045a69a 100644
--- a/meta-openstack/recipes-extended/tempest/tempest_git.bb
+++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb
@@ -61,6 +61,7 @@ FILES_${PN} = "${libdir}/* \
61RDEPENDS_${PN} += " \ 61RDEPENDS_${PN} += " \
62 ${SRCNAME}-tests \ 62 ${SRCNAME}-tests \
63 python-mox \ 63 python-mox \
64 python-mock \
64 python-testrepository \ 65 python-testrepository \
65 python-fixtures \ 66 python-fixtures \
66 python-keyring \ 67 python-keyring \