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:
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
25
benchmarks/py-zopkio/Makefile
Normal file
25
benchmarks/py-zopkio/Makefile
Normal 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>
|
2
benchmarks/py-zopkio/distinfo
Normal file
2
benchmarks/py-zopkio/distinfo
Normal 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
|
4
benchmarks/py-zopkio/pkg-descr
Normal file
4
benchmarks/py-zopkio/pkg-descr
Normal 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
|
Loading…
Reference in a new issue