Skip to content
Snippets Groups Projects
Commit d4946d6a authored by Siva Krishna Prasad Chinthalapudi's avatar Siva Krishna Prasad Chinthalapudi
Browse files

Enabling didcot TC for lava execution

parent c669fc95
No related branches found
No related tags found
1 merge request!515Draft: Wip/enable didcot tc for lava execution
Pipeline #480534 passed
metadata:
name: didcot
format: "Apertis Test Definition 1.0"
image-types:
target: [ armhf, amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
type: unit
exec-type: automated
priority: medium
maintainer: "Apertis Project"
description: "Test the content hand-over feature by launching an application.
Didcot service is responsible for the content hand-over by
launching an application which supports the mime type or uri
schemes . The script launches a browser application which supports
http uri schemes"
expected:
- "The output should be similar to:"
- |
>Running test: /usr/share/installed-tests/didcot-0/didcot-test.test
# random seed: R02S69e7aa70c3f09ec156e00b6d49d5f4ec
1..1
# Start of didcot-tests tests
ok 1 /didcot-tests/test_open_uri
# End of didcot-tests tests
PASS: didcot-0/didcot-test.test
SUMMARY: total: 1 passed: 1 skipped: 0 failed: 0
install:
deps:
- gnome-desktop-testing
- didcot-tests
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2023pre'
run:
steps:
- "# Enter test directory:"
- cd apertis-tests
- "# Execute the following command:"
- common/run-test-in-systemd --user=user --timeout=900 --name=didcot gnome-desktop-testing-runner didcot
parse:
fixupdict:
FAIL: fail
PASS: pass
SKIP: skip
pattern: ^(?P<result>PASS|FAIL|SKIP):\s*(?P<test_case_id>\S+)
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