Leonardo Sandoval | 918c89e | 2021-04-23 13:37:44 -0500 | [diff] [blame] | 1 | tf-test image |
| 2 | ----------------- |
| 3 | |
| 4 | The tf-test image contains the tools required to do test/postprocess tasks |
| 5 | on LAVA TF job boots, i.e scp code coverage trace logs from the FVP container |
| 6 | and then post these externally. Here is a yaml snippet of a LAVA test |
| 7 | definition |
| 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 | ``` |