blob: 6dd45f2245e362560cb820e2ff3aae5306c843ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# These tests are applicable if the board to be used has at least one CAN interface.
metadata:
name: pyagl_nohw_oneshot
format: "Lava-Test-Shell Test Definition 1.0"
description: "pyagl_nohw_oneshot"
version: 1.0
run:
steps:
- echo "pyagl - no external hardware - oneshot"
- lava-test-set start pyagl-nohw-oneshot
- ./common/scripts/pyagl-nohw-lava.sh
- lava-test-set stop
|