diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-14 15:53:21 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-14 15:53:21 +0200 |
commit | 67d59710fae4eb05fcd4656b6b204caa9506df7d (patch) | |
tree | 58359661a8e5276294b6ac1f3f38cb026821728e /test-suites/short-smoke/pyagl-regular-oneshot.yaml | |
parent | 4619ed83a8906fd6700850d70bf99d58bc9776ab (diff) |
Change regular pyagl invocation to nohw
In CI we will execute the 'not hwrequired' flag.
Make this the default case in the test-suites.
Bug-AGL: SPEC-3572
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I370bb3c12953d7455a1a4c06c573cbc10ee17bda
Diffstat (limited to 'test-suites/short-smoke/pyagl-regular-oneshot.yaml')
-rw-r--r-- | test-suites/short-smoke/pyagl-regular-oneshot.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
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 |