blob: e11c3b17143f2a293d9875c02cac12335ad02c87 [file] [log] [blame]
tf-test image
-----------------
The tf-test image contains the tools required to do test/postprocess tasks
on LAVA TF job boots, i.e scp code coverage trace logs from the FVP container
and then post these externally. Here is a yaml snippet of a LAVA test
definition
```
- test:
timeout:
minutes: 2
docker:
image: fvp:amd64-test-ubuntu-focal
definitions:
- from: inline
path: inline/testdef.yaml
name: testdef
repository:
metadata:
format: Lava-Test Test Definition 1.0
name: echo-example
description: "echo example"
run:
steps:
- echo hello
```