summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-28 21:55:48 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-28 21:55:48 +0200
commitf6eb615fa02aa6ee62a587c31d4bd3c19d4fc198 (patch)
tree38cc7c5dc4ac63894f9cdd6d7dc463766e5667d6
parent3fbd9cf2f6b20482ecbf57d30f9cf8518ff6c136 (diff)
downloaddeployment-f6eb615fa02aa6ee62a587c31d4bd3c19d4fc198.tar.gz
deployment-f6eb615fa02aa6ee62a587c31d4bd3c19d4fc198.tar.bz2
deployment-f6eb615fa02aa6ee62a587c31d4bd3c19d4fc198.zip
Instruction about running wallet testcase from BB worker
-rw-r--r--doc/onboarding.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index 3565b93..2ed4c25 100644
--- 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.