Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 21:07:07 GMT
From:      Vladimir Chukharev <Vladimir.Chukharev@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185971: [NEW PORT] devel/py-robotframework.pabot - parallel executor for Robot Framework test cases
Message-ID:  <201401212107.s0LL77dr004006@oldred.freebsd.org>
Resent-Message-ID: <201401212110.s0LLA0eF007467@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185971
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-robotframework.pabot - parallel executor for Robot Framework test cases
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 21 21:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Chukharev
>Release:        9.2-STABLE
>Organization:
>Environment:
FreeBSD vovaasus 9.2-STABLE FreeBSD 9.2-STABLE #9 r260698: Fri Jan 17 01:31:56 EET 2014     root@vovaasus:/usr/obj/usr/src/sys/VOVA  amd64
>Description:
Pabot

A parallel executor for Robot Framework test cases.

Supports all Robot Framework command line options and also following options (these must be before normal RF options):

--verbose
 more output

--command [ACTUAL COMMANDS TO START ROBOT EXECUTOR] --end-command
 RF script for situations where pybot is not used directly

--processes [NUMBER OF PROCESSES]
 How many parallel executors to use (default max of 2 and cpu count)

Example usages:
 pabot test_directory
 pabot --exclude FOO directory_to_tests
 pabot --command java -jar robotframework.jar --end-command --include SMOKE tests
 pabot --processes 10 tests
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

===> Creating shar file
===> Viewing diff with more
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-robotframework-pabot
#	py-robotframework-pabot/pkg-descr
#	py-robotframework-pabot/Makefile
#	py-robotframework-pabot/distinfo
#
echo c - py-robotframework-pabot
mkdir -p py-robotframework-pabot > /dev/null 2>&1
echo x - py-robotframework-pabot/pkg-descr
sed 's/^X//' >py-robotframework-pabot/pkg-descr << '5ccaeab5e9932edfc158301f92617053'
XTest data editor for Robot Framework test data.
X
XWWW: https://github.com/robotframework/RIDE/wiki
5ccaeab5e9932edfc158301f92617053
echo x - py-robotframework-pabot/Makefile
sed 's/^X//' >py-robotframework-pabot/Makefile << '3f09fc2b13252a930594a3e57c200434'
X# Created by: Vladimir Chukharev
X# $FreeBSD$
X
XPORTNAME=	robotframework-pabot
XPORTVERSION=	0.1
XCATEGORIES=	devel www python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	Vladimir.Chukharev@gmail.com
XCOMMENT=	Parallel executor for Robot Framework test cases
X
XLICENSE=	APACHE20
X
XRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework
X
XUSE_PYTHON=	2
XUSE_PYDISTUTILS=	yes
XPYDISTUTILS_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
3f09fc2b13252a930594a3e57c200434
echo x - py-robotframework-pabot/distinfo
sed 's/^X//' >py-robotframework-pabot/distinfo << 'a1b104c919ed56820c41f828f0f4d443'
XSHA256 (robotframework-pabot-0.1.tar.gz) = b12105ec585ed588d978496498ec2e60360b7bf0c8fbd86ae4043f3322ac340c
XSIZE (robotframework-pabot-0.1.tar.gz) = 3718
a1b104c919ed56820c41f828f0f4d443
exit

===> Done


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401212107.s0LL77dr004006>