diff options
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/hack-SPEC3655.jinja2 | 27 | ||||
-rw-r--r-- | templates/tests/pyagl.jinja2 | 8 | ||||
-rw-r--r-- | templates/tests/release.jinja2 | 8 |
3 files changed, 0 insertions, 43 deletions
diff --git a/templates/tests/hack-SPEC3655.jinja2 b/templates/tests/hack-SPEC3655.jinja2 deleted file mode 100644 index 0a3b6af..0000000 --- a/templates/tests/hack-SPEC3655.jinja2 +++ /dev/null @@ -1,27 +0,0 @@ -- test: - timeout: - minutes: 5 - definitions: - - repository: - metadata: - format: Lava-Test Test Definition 1.0 - name: HACK-SPEC-3655 - description: "Start geoclue weather services" - os: - - oe - scope: - - functional - run: - steps: - - afm-util kill agl-service-geoclue - - sleep 1 - - afm-util start agl-service-geoclue - - sleep 1 - - afm-util kill agl-service-weather - - sleep 1 - - afm-util start agl-service-weather - - sleep 1 - lava-signal: kmsg - from: inline - name: HACK-SPEC-3655 - path: inline/hack-spec-3655.yaml diff --git a/templates/tests/pyagl.jinja2 b/templates/tests/pyagl.jinja2 deleted file mode 100644 index e080ebd..0000000 --- a/templates/tests/pyagl.jinja2 +++ /dev/null @@ -1,8 +0,0 @@ -- test: - timeout: - minutes: 15 - definitions: - - repository: https://git.automotivelinux.org/src/qa-testdefinitions - from: git - path: test-suites/short-smoke/pyagl-nohw-oneshot.yaml - name: pyagl-tests diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 index 0848107..4a509d4 100644 --- a/templates/tests/release.jinja2 +++ b/templates/tests/release.jinja2 @@ -13,14 +13,6 @@ history: False path: test-suites/short-smoke/smoke-tests-basic.yaml name: release-smoke-tests-basic - - repository: https://git.automotivelinux.org/src/qa-testdefinitions - from: git - history: False - path: test-suites/short-smoke/service-check.yaml - name: release-service-check - parameters: - BUILD_TAGS: "{{ BUILD_TAGS }}" - DEVICE_TAGS: "{{ DEVICE_TAGS }}" - test: timeout: |