From bb380eb21730cb39f041c667b9f49dc55219c3e0 Mon Sep 17 00:00:00 2001 From: Luis Araujo <luis.araujo@collabora.co.uk> Date: Thu, 12 Sep 2019 18:28:54 +0800 Subject: [PATCH] Remove the telepathy-ring-automated test case This test case has been failing for a long a time since the required telepathy packages are missing from the images. The test case is also not so relevant anymore and makes current SDK lava tests jobs to fail, so this commit removes the test case. Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk> --- test-cases/telepathy-ring-automated.yaml | 52 ------------------------ 1 file changed, 52 deletions(-) delete mode 100644 test-cases/telepathy-ring-automated.yaml diff --git a/test-cases/telepathy-ring-automated.yaml b/test-cases/telepathy-ring-automated.yaml deleted file mode 100644 index 6d70867..0000000 --- a/test-cases/telepathy-ring-automated.yaml +++ /dev/null @@ -1,52 +0,0 @@ -metadata: - name: telepathy-ring-automated - format: "Apertis Test Definition 1.0" - image-types: - sdk: [ amd64 ] - image-deployment: - - APT - type: functional - exec-type: automated - priority: medium - maintainer: "Apertis Project" - description: "Support making and receiving phone calls in Telepathy. This test - is different from the manual one in that it tests with a phone - simulator, for being able to stress test the functionality - automatically. It uses a remote phone simulator instance when it - is available, otherwise, it will automatically run a local - phonesim instance and use that for the test instead." - - expected: - - "The output should be similar to this:" - - | - >telepathy-ring-automated: PASSED - -install: - deps: - - telepathy-ring - - telepathy-phoenix - - telepathy-mission-control-5 - - ofono-tests - - apertis-tests-apparmor-report - - ofono-phonesim - git-repos: - - url: https://gitlab.apertis.org/infrastructure/apertis-tests.git - branch: 'apertis/v2020dev0' - -run: - steps: - - "# Enter test directory:" - - cd apertis-tests - - "# Execute the following commands:" - - common/run-test-in-systemd --user=user sdk/telepathy-ring-automated.sh - - sudo journalctl -b -t audit -o cat | /usr/bin/aa_log_extract_tokens.sh ALLOWED DENIED - -parse: - fixupdict: - FAILED: fail - PASSED: pass - FAIL: fail - PASS: pass - SKIP: skip - UNKNOWN: unknown - pattern: '^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>PASSED|PASS|pass|FAILED|FAIL|fail|SKIP|skip|UNKNOWN|unknown)$' -- GitLab