From 7327607e4f04509f4fa21a34db38537a7ab3577f Mon Sep 17 00:00:00 2001 From: Emanuele Aina <emanuele.aina@collabora.com> Date: Thu, 14 Jan 2021 00:17:10 +0100 Subject: [PATCH] Drop old testcase definition All the definitions are hosted by https://gitlab.apertis.org/tests/apertis-test-cases/ Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com> --- tumbler-thumbnailing.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tumbler-thumbnailing.yaml diff --git a/tumbler-thumbnailing.yaml b/tumbler-thumbnailing.yaml deleted file mode 100644 index 88a5746..0000000 --- a/tumbler-thumbnailing.yaml +++ /dev/null @@ -1,19 +0,0 @@ -metadata: - name: tumbler-thumbnailing - format: "Lava-Test-Shell Test Definition 1.0" - description: "Check that all thumbnailing features of tumbler are - working properly (large, small, videos, documents, images)." - maintainer: "luis.araujo@collabora.co.uk" - scope: - - functional - devices: - - i386 - environment: - - lava-test-shell - -run: - steps: - - common/run-test-in-systemd --timeout=900 --user=user --name=run-test env DEBUG=2 ./run-test.sh - -parse: - pattern: ^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>pass|fail|skip|unknown)$ -- GitLab