diff --git a/apparmor-tumbler.yaml b/apparmor-tumbler.yaml deleted file mode 100644 index 2e62b2032390c13dc8c15714c977615ba9677a03..0000000000000000000000000000000000000000 --- a/apparmor-tumbler.yaml +++ /dev/null @@ -1,26 +0,0 @@ -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)$