diff options
Diffstat (limited to 'test-suites')
-rw-r--r-- | test-suites/short-smoke/pyagl-nohw-oneshot.yaml | 14 | ||||
-rw-r--r-- | test-suites/short-smoke/pyagl-regular-oneshot.yaml | 14 |
2 files changed, 14 insertions, 14 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 diff --git a/test-suites/short-smoke/pyagl-regular-oneshot.yaml b/test-suites/short-smoke/pyagl-regular-oneshot.yaml deleted file mode 100644 index 0bc53fd..0000000 --- a/test-suites/short-smoke/pyagl-regular-oneshot.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# 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 |