From 10feccfe2c259567605f343c433ea1770bd3f9b0 Mon Sep 17 00:00:00 2001 From: Luis Araujo <luis.araujo@collabora.co.uk> Date: Tue, 2 Apr 2019 19:01:36 +0800 Subject: [PATCH] Remove libsoup automated test case There is no benefit to execute this unit test in LAVA and it is already being executed in OBS during package build time. Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk> --- test-cases/libsoup-unit.yaml | 37 ------------------------------------ 1 file changed, 37 deletions(-) delete mode 100644 test-cases/libsoup-unit.yaml diff --git a/test-cases/libsoup-unit.yaml b/test-cases/libsoup-unit.yaml deleted file mode 100644 index 65b11be..0000000 --- a/test-cases/libsoup-unit.yaml +++ /dev/null @@ -1,37 +0,0 @@ -metadata: - name: libsoup-unit - format: "Apertis Test Definition 1.0" - image-types: - minimal: [ armhf-internal, armhf, arm64, amd64 ] - target: [ armhf-internal, amd64 ] - basesdk: [ amd64 ] - sdk: [ amd64 ] - image-deployment: - - APT - type: unit - exec-type: automated - priority: low - maintainer: "Apertis Project" - description: "Run the unit tests that ship with the library against the running - system." - - expected: - - "PASSED or FAILED" - -install: - deps: - - libsoup2.4-tests - - curl - git-repos: - - url: https://gitlab.apertis.org/infrastructure/apertis-tests.git - branch: 'apertis/v2019dev0' - -run: - steps: - - "# Enter test directory:" - - cd apertis-tests - - "# Execute the following command:" - - common/run-test-in-systemd --name=run-test --timeout=900 env DEBUG=2 libsoup/automated/run-test.sh - -parse: - pattern: ^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>pass|fail|skip|unknown)$ -- GitLab