diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-14 16:17:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2020-09-14 16:17:58 +0000 |
commit | f134fc8a0b2ac5aa704aab8d6d2294d115d6cbba (patch) | |
tree | c78844f65d48396a65e2d3eaefa68f33295fe852 /test-suites/short-smoke/pyagl-nohw-oneshot.yaml | |
parent | 4a25de357684fbf3d0e280dc5697ac97d090ae6b (diff) | |
parent | 67d59710fae4eb05fcd4656b6b204caa9506df7d (diff) |
Merge "Change regular pyagl invocation to nohw"
Diffstat (limited to 'test-suites/short-smoke/pyagl-nohw-oneshot.yaml')
-rw-r--r-- | test-suites/short-smoke/pyagl-nohw-oneshot.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test-suites/short-smoke/pyagl-nohw-oneshot.yaml b/test-suites/short-smoke/pyagl-nohw-oneshot.yaml new file mode 100644 index 0000000..6dd45f2 --- /dev/null +++ b/test-suites/short-smoke/pyagl-nohw-oneshot.yaml @@ -0,0 +1,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 |