blob: 0bc53fd82df7ea4c814b1ceeabba45d871f24e76 (
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_regular_oneshot
format: "Lava-Test-Shell Test Definition 1.0"
description: "pyagl_regular_oneshot"
version: 1.0
run:
steps:
- echo "pyagl regular oneshot"
- lava-test-set start pyagl-regular-oneshot
- ./common/scripts/pyagl-regular-lava.sh
- lava-test-set stop
|