From 137c5a9bb5457b42e6741969602d6bd8100a0f6c Mon Sep 17 00:00:00 2001 From: pdancak Date: Wed, 16 Oct 2024 13:06:30 +0200 Subject: [PATCH] Added tier tags --- Regression/authd-PIE-and-RELRO-check/main.fmf | 1 + Regression/authd-nouser-error-check/main.fmf | 1 + Regression/authd-returns-a-negative-uid/main.fmf | 1 + 3 files changed, 3 insertions(+) diff --git a/Regression/authd-PIE-and-RELRO-check/main.fmf b/Regression/authd-PIE-and-RELRO-check/main.fmf index d98d821..f5ae9f8 100644 --- a/Regression/authd-PIE-and-RELRO-check/main.fmf +++ b/Regression/authd-PIE-and-RELRO-check/main.fmf @@ -7,6 +7,7 @@ component: - authd test: ./runtest.sh framework: beakerlib +tier: '2' recommend: - authd - elfutils diff --git a/Regression/authd-nouser-error-check/main.fmf b/Regression/authd-nouser-error-check/main.fmf index 3a8c1aa..b0a3d78 100644 --- a/Regression/authd-nouser-error-check/main.fmf +++ b/Regression/authd-nouser-error-check/main.fmf @@ -5,6 +5,7 @@ component: - authd test: ./runtest.sh framework: beakerlib +tier: '2' recommend: - nmap-ncat - authd diff --git a/Regression/authd-returns-a-negative-uid/main.fmf b/Regression/authd-returns-a-negative-uid/main.fmf index b573475..dcab47a 100644 --- a/Regression/authd-returns-a-negative-uid/main.fmf +++ b/Regression/authd-returns-a-negative-uid/main.fmf @@ -7,6 +7,7 @@ component: - authd test: ./runtest.sh framework: beakerlib +tier: '2' recommend: - authd - gcc