diff options
author | 2014-07-09 17:42:53 -0400 | |
---|---|---|
committer | 2014-07-17 00:14:05 -0400 | |
commit | 101462906de023d9a55800979986a509fa7a9347 (patch) | |
tree | f9afa3779dba470bced5ca46a06d9ddfa8a447c9 /meta-openstack | |
parent | fc7d564fb43d3768c6ad14a3b8f116142705e733 (diff) | |
download | meta-cloud-services-101462906de023d9a55800979986a509fa7a9347.tar.gz meta-cloud-services-101462906de023d9a55800979986a509fa7a9347.tar.bz2 meta-cloud-services-101462906de023d9a55800979986a509fa7a9347.zip |
add python-oslotest bb 1.0.0 file
OpenStack Rally requires oslotest.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb new file mode 100644 index 00000000..edb37d83 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslotest_1.0.0.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "OpenStack test framework and test fixtures. \ +The oslotest package can be cross-tested against its consuming projects to ensure \ +that no changes to the library break the tests in those other projects." +HOMEPAGE = "https://pypi.python.org/pypi/oslotest" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +PR = "r0" +SRCNAME = "oslotest" + +SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-1.0.0.tar.gz \ +" + +SRC_URI[md5sum] = "1f7710e4d38b615990737f813704fd58" +SRC_URI[sha256sum] = "cf05f4ff0cbf84ad0b5d1bef7c46d719eaf4408107e65a32a4500cf707d1a1e7" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} = "python-fixtures \ + python-subunit \ + python-testrepository \ + python-testscenarios \ + python-testtools \ + python-mock \ + python-mox \ +" |