Skip to content
Snippets Groups Projects
Forked from tests / apertis-test-cases
621 commits behind the upstream repository.
format_template.yaml 760 B
metadata:

  name:

  format: "Apertis Test Definition 1.0"

  # [ target, minimal, ostree, development, SDK, any ].
  image-type:

  # [ amd64, arm64, armhf, any ]
  image-arch:

  # [ functional, sanity, system ]
  type:

  # [ manual , automated ]
  exec-type:

  # [ low, medium, high, critical ]
  priority:

  maintainer: "Apertis Project"

  description:

  resources:

  pre-conditions:

  expected:

  notes:

  post-conditions:

# Only valid for automated non-ostree images installing packages.
install:
  deps:

run:
  steps:

# Parse test results from the test command output.
# This directive is only relevant for LAVA automated tests.
parse:
  fixupdict:
    FAILED: fail
    PASSED: pass
  pattern: '(?P<test_case_id>[^:]+): (?P<result>[A-Z]+)'