Skip to content
Snippets Groups Projects
Commit bb380eb2 authored by Luis Araujo's avatar Luis Araujo
Browse files

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: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent d5b00251
No related branches found
No related tags found
No related merge requests found
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)$'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment