From 181088081f3893018bef83bd470f2cd9e05252de Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Thu, 14 Jan 2021 00:15:11 +0100
Subject: [PATCH] Drop old testcase definition

All the definitions are hosted by https://gitlab.apertis.org/tests/apertis-test-cases/

Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
---
 apparmor-tumbler.yaml | 26 --------------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 apparmor-tumbler.yaml

diff --git a/apparmor-tumbler.yaml b/apparmor-tumbler.yaml
deleted file mode 100644
index 2e62b20..0000000
--- 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)$
-- 
GitLab