From 51fa203a65623e3dcbd29d8eb264e613260de814 Mon Sep 17 00:00:00 2001 From: Stevan Radakovic Date: Thu, 10 Nov 2016 12:02:46 +0100 Subject: 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 Reviewed-by: Neil Williams --- lava_tool/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lava_tool') diff --git a/lava_tool/__init__.py b/lava_tool/__init__.py index 22c8403..80b70e6 100644 --- a/lava_tool/__init__.py +++ b/lava_tool/__init__.py @@ -19,4 +19,4 @@ def version(): - return "0.18" + return "0.19" -- cgit v1.2.3