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

Add didcot (autopkgtest) test definition


This LAVA test definition executes the didcot tests using
autopkgtest from its debian package.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
Reviewed-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
Differential Revision: https://phabricator.apertis.org/D6103
parent 6ddad335
No related branches found
No related tags found
No related merge requests found
metadata:
name: didcot
format: "Lava-Test-Shell Test Definition 1.0"
description: "Didcot library test."
maintainer: "luis.araujo@collabora.co.uk"
scope:
- functional
environment:
- lava-test-shell
install:
deps:
- devscripts
- didcot-client
- didcot-tests
- gnome-desktop-testing
- python3-debian
steps:
# Download in /tmp directory
- cd /tmp/
- apt source didcot
- chown user:user -R /tmp/didcot-*
run:
steps:
- common/run-test-in-systemd --timeout=900 --chdir /tmp/didcot-* --user=user --name=didcot -- 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