Skip to content
Snippets Groups Projects

Drop old testcase definition

Merged Emanuele Aina requested to merge wip/em/drop-old-testcase-definition into apertis/v2022dev1
1 file
+ 0
26
Compare changes
  • Side-by-side
  • Inline
+ 0
26
metadata:
name: apparmor-tumbler
format: "Lava-Test-Shell Test Definition 1.0"
description: "Tests that the tumbler AppArmor profile doesn't cause false negatives
and that it does not allow arbitrary reading of files in the home directory."
maintainer: "luis.araujo@collabora.co.uk"
scope:
- functional
devices:
- i386
environment:
- lava-test-shell
run:
steps:
- common/run-test-in-systemd --name run-test-sh --timeout 900 ./run-test.sh
parse:
fixupdict:
FAILED: fail
PASSED: pass
FAIL: fail
PASS: pass
SKIP: skip
UNKNOWN: unknown
pattern: ^(?P<test_case_id>[\w\-\.]+):\s(?P<result>PASS|pass|FAIL|fail|SKIP|skip|UNKNOWN|unknown)$
Loading