aboutsummaryrefslogtreecommitdiff
path: root/entry_points.ini
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2016-11-10 12:02:46 +0100
committerNeil Williams <neil.williams@linaro.org>2016-11-21 13:42:11 +0000
commit51fa203a65623e3dcbd29d8eb264e613260de814 (patch)
treed885668e5f56f5106e4e061e7ae76d90448b7603 /entry_points.ini
parent32c020fb1a7ead715aef79781a960b21dd56c7c5 (diff)
Add zmq client to lava-tool.
Implement wait_for_events command. It will connect to publisher socket and wait for particular job to finish and print job data to stdout. Or it will submit a job and wait for that particular job events. Implements https://projects.linaro.org/browse/LAVA-790 Change-Id: I7ff94c8052733dda539b14558fdf917baabaaf60 Reviewed-on: https://review.linaro.org/15443 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Neil Williams <neil.williams@linaro.org>
Diffstat (limited to 'entry_points.ini')
-rw-r--r--entry_points.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/entry_points.ini b/entry_points.ini
index c877aed..63a5e54 100644
--- a/entry_points.ini
+++ b/entry_points.ini
@@ -30,6 +30,7 @@ cancel-job = lava_scheduler_tool.commands:cancel_job
job-output = lava_scheduler_tool.commands:job_output
job-status = lava_scheduler_tool.commands:job_status
job-details = lava_scheduler_tool.commands:job_details
+wait-job-events = lava_scheduler_tool.commands:wait_job_events
jobs-list=lava_scheduler_tool.commands:jobs_list
devices-list=lava_scheduler_tool.commands:devices_list
get-pipeline-device-config = lava_scheduler_tool.commands:get_pipeline_device_config