aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAntonio Terceiro <antonio.terceiro@linaro.org>2013-05-27 17:51:39 -0300
committerAntonio Terceiro <antonio.terceiro@linaro.org>2013-05-27 17:51:39 -0300
commit8450591dfc2827f67a210dee7bad37efcb70e09a (patch)
treea7f5bfce2665b24f9dfba3df8352b5c6f66e3993 /README
parent6c774669740cbe25e2157e0eb277c8f7323d84a8 (diff)
`lava job new` implemented
plus: - Document intended usage in README - add a initial integration test scripts - made ci-build output nicer It's hard to commit all those pieces separately because they are all evolving together.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index 44584f8..b506c90 100644
--- a/README
+++ b/README
@@ -14,6 +14,26 @@ Installation
See INSTALL
+Usage
+=====
+
+Dealing with jobs
+
+ $ lava job new file.json # creates file.json from a template
+ $ lava job submit file.json # submits file.json to a remote LAVA server
+ $ lava job run file.json # runs file.json on a local LAVA device
+
+Dealing with LAVA Test Shell Test Definitions
+
+ $ lava testdef new file.yml # creates file.yml from a template
+ $ lava testdef submit file.yml # submits file.yml to a remote LAVA server
+ $ lava testdef run file.yml # runs file.yml on a local LAVA device
+
+Dealing with LAVA Test Shell Test Definitions
+
+ $ lava script submit SCRIPT # submits SCRIPT to a remote LAVA server
+ $ lava script run SCRIPT # runs SCRIPT on a local LAVA device
+
Bash completion
===============