Add test definitions for pyagl 26/25226/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 9 Sep 2020 12:35:45 +0000 (14:35 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 9 Sep 2020 12:35:50 +0000 (14:35 +0200)
We can now call pytest using the pyagl/tests module.

These expose -k regular  and -k hwrequired, thus create two caller scripts.

Also create a sample testsuite entry using the regular variant with limited AGL_AVAILABLE_INTERFACES.

Bug-AGL: SPEC-3572

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ic6b977da959f946ca88348715d5249748c70f736

common/scripts/pyagl-hwrequired-lava.sh [new file with mode: 0755]
common/scripts/pyagl-regular-lava.sh [new file with mode: 0755]
test-suites/short-smoke/pyagl-regular-oneshot.yaml [new file with mode: 0644]

diff --git a/common/scripts/pyagl-hwrequired-lava.sh b/common/scripts/pyagl-hwrequired-lava.sh
new file mode 100755 (executable)
index 0000000..8477b64
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+pytest --show-capture=no --color=no -k hwrequired /usr/lib/python?.?/site-packages/pyagl/tests/ -L
+
+
diff --git a/common/scripts/pyagl-regular-lava.sh b/common/scripts/pyagl-regular-lava.sh
new file mode 100755 (executable)
index 0000000..db1799c
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+# for now play safe and only expect ethernet
+export AGL_AVAILABLE_INTERFACES="ethernet"
+
+pytest --color=no --show-capture=no -k regular /usr/lib/python?.?/site-packages/pyagl/tests/ -L
+
+
diff --git a/test-suites/short-smoke/pyagl-regular-oneshot.yaml b/test-suites/short-smoke/pyagl-regular-oneshot.yaml
new file mode 100644 (file)
index 0000000..0bc53fd
--- /dev/null
@@ -0,0 +1,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