diff --git a/test-cases/libsoup-unit.yaml b/test-cases/libsoup-unit.yaml deleted file mode 100644 index 65b11beb3b85bd881e0c17382076cfbe846db8a7..0000000000000000000000000000000000000000 --- 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)$