taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit f6eb615fa02aa6ee62a587c31d4bd3c19d4fc198
parent 3fbd9cf2f6b20482ecbf57d30f9cf8518ff6c136
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 28 Jun 2017 21:55:48 +0200

Instruction about running wallet testcase from BB worker

Diffstat:
Mdoc/onboarding.texi | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/doc/onboarding.texi b/doc/onboarding.texi @@ -131,6 +131,22 @@ and this makes generated files unreadable. @end quotation @end cartouche +@subsubsection Wallet worker +This worker is responsible for running wallet testcases. It is run +by the @emph{containers} user. Manage this worker with the following +commands: + +@example +$ source ~/buildbot/venv/bin/activate +$ buildbot-worker start ~/buildbot/wallet_worker/ + +# stop it with: +$ buildbot-worker stop ~/buildbot/wallet_worker/ + +# deactivate the virtual env with: +$ deactivate +@end example + @subsubsection Selenium worker This worker is responsible for running the Selenium wallet test: an automatic clicker that performs the cycle withdraw-and-spend.