File: first-steps.md

package info (click to toggle)
lava 2026.01-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,844 kB
  • sloc: python: 82,790; javascript: 16,658; sh: 1,364; makefile: 328
file content (29 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# First steps

Running a test in LAVA is done by submitting a test job that describes what
software to deploy, how to boot the DUT, and what tests to run.

The following diagram shows the typical workflow for running your first test.
Each step is explained in detail in the basic tutorials below.

```mermaid
flowchart LR
    1([Sign in]) --> 2([Write job definition]) --> 3([Submit job]) --> 4([Inspect job output])
```

## Basic tutorials

| Tutorial | Description |
| -------- | ----------- |
| [Signing in](basic-tutorials/signing-in.md) | Sign in to a LAVA instance |
| [Job definition](basic-tutorials/job-definition.md) | Understand the structure of a job definition |
| [Job submission](basic-tutorials/submit.md) | Submit your first job via web UI or lavacli |
| [Test definition](basic-tutorials/test-definition.md) | Write test definitions for your jobs |
| [Job output](basic-tutorials/job-output.md) | Navigate and understand job logs and results |
| [lavacli](basic-tutorials/lavacli.md) | Install and configure the command-line tool |

## What's next

Explore the advanced tutorials to get the most out of LAVA.

--8<-- "refs.txt"