Updating File name and links in the documentation
[AGL/documentation.git] / docs / 07_How_To_Contribute / 10_Setup_AGL_LAVA_Lab.md
@@ -1,3 +1,6 @@
+---
+title: Setup_AGL_LAVA_Lab
+---
 
 ## Prerequisites ##
 
@@ -5,7 +8,7 @@ As well as the packages docker, docker-compose and pyyaml mentioned in the top
 
 level README, you will need the following:
 
-  
+
 
 1) The following ports are forwarded to docker and therefore need to be kept free
 
@@ -29,11 +32,11 @@ like to create your own lab in the email so that the relevant user permissions
 
 can be set.
 
-  
+
 
 ## Steps to create your own LAVA lab ##
 
-  
+
 
 1) Clone AGL lava-docker image:
 
@@ -45,13 +48,13 @@ cd lava-docker
 
 ```
 
-  
+
 
 2) On the LAVA master web GUI, create a new API token:
 
 https://lava.automotivelinux.org/api/tokens/
 
-  
+
 
 3) Connect all the DUTs' serial to usb and ethernet connections to the host.
 
@@ -70,7 +73,7 @@ instructions. You will need the following:
 
 - power on, off and reset commads for the power switch
 
-  
+
 
 To get the uart idvendor and idproduct, unplug and re-plugin the USB cable of the
 
@@ -82,7 +85,7 @@ sudo dmesg | grep idvendor
 
 ```
 
-  
+
 
 To get the uart devpath, run the command:
 
@@ -92,13 +95,13 @@ udevadm info -a -n /dev/ttyUSB1 |grep devpath | head -n1
 
 ```
 
-  
+
 
 NOTE: Make sure you have at least one "board" included. (It is easiest to keep
 
 qemu).
 
-  
+
 
 5) Run the automated setup script:
 
@@ -108,7 +111,7 @@ qemu).
 
 ```
 
-  
+
 
 7) Check the web GUI to see if the lab has successfully connected to the LAVA
 
@@ -130,11 +133,11 @@ docker ps
 
 ```
 
-  
+
 
 LAVA logs can be found in `/var/log/lava-dispatcher/`.
 
-  
+
 
 8) Helper scripts
 
@@ -150,11 +153,11 @@ There are a few helper scripts to automate starting/stopping the lab.
 
 ```
 
-  
+
 
 ## Adding new device-type templates ##
 
-  
+
 
 Not all device types are supported by default. Templates for new devices will
 
@@ -162,7 +165,7 @@ need to be added to the LAVA master. Please submit new templates to the agl-dev-
 
 mailing list.
 
-  
+
 
 Before you submit any new device-type templates, please verify that they work.