Zopkio is a test framework built to support at scale performance and

functional testing.

WWW: https://github.com/linkedin/Zopkio

Reviewed by:	mat, koobs, Python
Requested by:	gnn (AsiaBSDCon)
Tested  by:	gnn (earlier version)
Sponsored by:	gandi.net
Differential Revision:	https://reviews.freebsd.org/D5670
This commit is contained in:
Marcelo Araujo 2016-04-18 05:34:40 +00:00
parent 0d4bb5ecaf
commit dad1622eba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413552
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= Zopkio
PORTVERSION= 0.2.5
CATEGORIES= benchmarks python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= araujo@FreeBSD.org
COMMENT= Functional and Performance Test Framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= naarad:benchmarks/py-naarad \
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}kazoo>=1.1:devel/py-kazoo \
${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.1:security/py-paramiko \
${PYTHON_PKGNAMEPREFIX}junit-xml>0:textproc/py-junit-xml \
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_GITHUB= yes
GH_ACCOUNT= linkedin
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (linkedin-Zopkio-0.2.5_GH0.tar.gz) = e33009e558e6c8cc2c04d8bdacc3bec27a5c14346692146f7896fc0cb45233c4
SIZE (linkedin-Zopkio-0.2.5_GH0.tar.gz) = 2422419

View file

@ -0,0 +1,4 @@
Zopkio is a test framework built to support at scale performance and
functional testing.
WWW: https://github.com/linkedin/Zopkio