Skip to content
Snippets Groups Projects
Commit f3f8ec91 authored by Martyn Welch's avatar Martyn Welch Committed by Martyn Welch
Browse files

Remove obsolete tests from v2022dev3


The legacy software framework is being dropped from v2022dev3, as a result
the tests for these services can also be dropped.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 4e9a8b1d
No related branches found
No related tags found
1 merge request!289Remove obsolete tests from v2022dev3
Pipeline #267417 passed
metadata:
name: canterbury
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf, amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
- OSTree
type: unit
exec-type: automated
priority: critical
maintainer: "Apertis Project"
description: "Test for Canterbury library."
expected:
- "The output is extremely verbose. However, the relevant lines have the
following structure:"
- |
>==== TEST <testname> passed as <username> ====
==== TEST <testname> failed as <username> ====
install:
git-repos:
- url: https://gitlab.apertis.org/tests/canterbury.git
branch: 'apertis/v2022dev3'
run:
steps:
- "# Enter test directory:"
- cd canterbury
- "# Execute the following command:"
- common/run-test-in-systemd --timeout=900 --user=user --name=canterbury -- ./sadt.sh --verbose
parse:
pattern: '^(?P<test_case_id>[a-zA-Z0-9_\-\./]+)\s...\s(?P<result>ok|FAIL|SKIP)'
fixupdict:
ok: pass
FAIL: fail
SKIP: skip
metadata:
name: ribchester
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf, amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
type: unit
exec-type: automated
priority: critical
maintainer: "Apertis Project"
description: "Ribchester library test."
macro_modules_preconditions: ribchester
expected:
- "All tests should pass (ok). The output should be similar to:"
- |
>test.name0...ok
test.name1...ok
test.name2...ok
test.nameN...ok
install:
deps:
- build-essential
- devscripts
- gnome-desktop-testing
- python3-debian
- ribchester-dev
- ribchester-tests
steps:
# Download in /tmp directory
- cd /tmp/
- apt source ribchester
- chown user:user -R /tmp/ribchester-*
git-repos:
- url: https://gitlab.apertis.org/pkg/apertis-tests.git
branch: 'apertis/v2022dev3'
run:
steps:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- common/run-test-in-systemd --timeout=900 --chdir /tmp/ribchester-* --user=user --name=ribchester -- sadt --verbose
parse:
pattern: '^(?P<test_case_id>[a-zA-Z0-9_\-\./]+)\s...\s(?P<result>ok|FAIL|SKIP)'
fixupdict:
ok: pass
FAIL: fail
SKIP: skip
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