aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Ahuja <vahuja@unomaha.edu>2023-05-03 15:59:46 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-05 11:12:04 +0000
commita0355d0da00ceef617e444d7190997f2ab187b6a (patch)
treef29476aa988c59c80f92c310fa8007a4b84dba62
parent41e426aeb6762fdb4a5e271d6b702355e9f388e2 (diff)
1. Fixing Title formatting. 2. Providing a brief overview about what LAVA Lab. Bug-AGL: [SPEC-4470] Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu> Change-Id: Icebc5796c4396e9bd73ab0cf033ad345e204398c Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28783 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> (cherry picked from commit a7be1051df95f85eae2a6aedc8631221d48545eb) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28760
-rw-r--r--docs/07_How_To_Contribute/10_Setup_AGL_LAVA_Lab.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/07_How_To_Contribute/10_Setup_AGL_LAVA_Lab.md b/docs/07_How_To_Contribute/10_Setup_AGL_LAVA_Lab.md
index 0bf5308..f15545f 100644
--- a/docs/07_How_To_Contribute/10_Setup_AGL_LAVA_Lab.md
+++ b/docs/07_How_To_Contribute/10_Setup_AGL_LAVA_Lab.md
@@ -1,7 +1,11 @@
---
-title: Setup_AGL_LAVA_Lab
+title: Setting AGL LAVA Lab
---
+## Overview
+
+LAVA (Linaro Automated Validation Architecture) Lab is an open source automated testing framework. LAVA is a continuous integration system for deploying operating systems onto physical and virtual hardware for running tests. Tests can be simple boot testing, bootloader testing and system level testing, although extra hardware may be required for some system tests. Results are tracked over time and data can be exported for further analysis. For more information refer [AGL LAVA site](https://lava.automotivelinux.org/)
+
## Prerequisites ##
As well as the packages docker, docker-compose and pyyaml mentioned in the top