aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-24 11:51:05 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-24 11:51:05 +0000
commit0c618185ed0c7693e749628adb3cc7b68a21f12f (patch)
treebc95e241741f2aa8ce70f35086b2a8f261f89157
parent26bbae78d953f1993158c25087dfe3e7ab2274a4 (diff)
fixed RST formatting
-rw-r--r--README26
1 files changed, 19 insertions, 7 deletions
diff --git a/README b/README
index e57f1d5..bed10f4 100644
--- a/README
+++ b/README
@@ -10,16 +10,26 @@ Coordination of the workload automation *host* and the Versatile Express TC2 *ta
* **lava-sync** (waits for all devices)
Parameter description for wa2host.yaml, wa2target.yaml and wa2host_postprocessing.yaml
+
* wa2host.yaml
- * AGENDA - name of the agenda file to run specific workload on TC2. Agenda files are stored in this repository in templates directory.
- * JOB_NAME - name that identifies job or set of jobs that aggregate results in a single database
- * MODE - mp (HMP mode booting to A7 cluster), iks (In Kernel Switcher), a7only (only A7 cluster online), a15only (only A15 cluster online)
- * SIGNAL_PREFIX - identifies the host-target pair of lava-test-shells
+
+ * **AGENDA** - name of the agenda file to run specific workload on TC2. Agenda files are stored in this repository in templates directory.
+
+ * **JOB_NAME** - name that identifies job or set of jobs that aggregate results in a single database
+
+ * **MODE** - mp (HMP mode booting to A7 cluster), iks (In Kernel Switcher), a7only (only A7 cluster online), a15only (only A15 cluster online)
+
+ * **SIGNAL_PREFIX** - identifies the host-target pair of lava-test-shells
+
* wa2target.yaml
- * SIGNAL_PREFIX - identifies the host-target pair of lava-test-shells
+
+ * **SIGNAL_PREFIX** - identifies the host-target pair of lava-test-shells
+
* wa2host_postprocessing.yaml
- * JOB_NAME - name that identifies job or set of jobs that aggregate results in a single database. Postprocessing YAML uses this database
- * DELETE_DB - if set to true, database is deleted after postprocessing is done. Default: false
+
+ * **JOB_NAME** - name that identifies job or set of jobs that aggregate results in a single database. Postprocessing YAML uses this database
+
+ * **DELETE_DB** - if set to true, database is deleted after postprocessing is done. Default: false
More information on multi-node can be found in the LAVA documentation:
@@ -74,7 +84,9 @@ The Xen server is a *persistent* device under control in LAVA, which means that
Filesystem & software Requirements:
* /root/templates - contents
+
WAv2-in-LAVA uses adb over ethernet. WAv2 supports adb over ethernet since version 2.1.4. In order to point WAv2 to correct device config.py file needs to have correct contents. Since config.py is a part of WAv2 and is restricted by the license, it is not available as a part of this git repository. config.py template has to be located in /root/templates/ directory. The template has to have entry for adb_name as $ipaddr. The template is copied to the job directory when LAVA job is started on host and $ipaddr is replaced with correct value of targer IP address.
+
* WAv2 installed - TODO
* other? TODO