From b8e16f5ac16fe58f2739b1eea7be5e85ed553c2f Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 22 Oct 2019 10:49:40 +0200 Subject: [PATCH] tests: Add local Sanity/sedta to the testsuite --- tests/tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 0f4f3a4..ee6dabb 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -9,3 +9,12 @@ - repo: "https://src.fedoraproject.org/tests/selinux.git" dest: "selinux" fmf_filter: "tier: 1 | component: policycoreutils | component: checkpolicy" + +# Test to run in classic context +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + tests: + - Sanity/sedta