blob: e11c3b17143f2a293d9875c02cac12335ad02c87 [file] [log] [blame]
Leonardo Sandoval918c89e2021-04-23 13:37:44 -05001tf-test image
2-----------------
3
4The tf-test image contains the tools required to do test/postprocess tasks
5on LAVA TF job boots, i.e scp code coverage trace logs from the FVP container
6and then post these externally. Here is a yaml snippet of a LAVA test
7definition
8
9```
10 - test:
11 timeout:
12 minutes: 2
13 docker:
14 image: fvp:amd64-test-ubuntu-focal
15 definitions:
16 - from: inline
17 path: inline/testdef.yaml
18 name: testdef
19 repository:
20 metadata:
21 format: Lava-Test Test Definition 1.0
22 name: echo-example
23 description: "echo example"
24 run:
25 steps:
26 - echo hello
27```