Skip to content
Snippets Groups Projects
Commit 4eacf37e authored by Denis Pynkin's avatar Denis Pynkin Committed by Denis Pynkin
Browse files

Add test for OSTree Collection ID availability


Ensure the system is booted with properly configured Collection ID.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent db6d8591
No related branches found
No related tags found
No related merge requests found
metadata:
name: ostree-collection-id
format: "Apertis Test Definition 1.0"
image-types:
minimal: [ armhf-internal, armhf, arm64, amd64 ]
target: [ armhf-internal, amd64 ]
image-deployment:
- OSTree
type: functional
exec-type: automated
priority: critical
maintainer: "Apertis Project"
description: "OSTree: Collection ID test
This test ensures that the system is booted with proper Collection ID."
expected:
- "The automated test should succeed."
notes:
- "The automated test uses internet"
install:
git-repos:
- url: https://gitlab.apertis.org/tests/ostree-images.git
branch: apertis/v2019dev0
run:
steps:
- "# Enter test directory:"
- cd ostree-images
- "# Execute the following command:"
- common/run-test-in-systemd --timeout=900 --name=run-test env DEBUG=2 ./run-ostree-collection_id.sh
parse:
pattern: ^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>pass|fail|skip|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