From 9c2f099450b0642d658d3abf2e9dbb7ef5bc750c Mon Sep 17 00:00:00 2001 From: Milos Malik Date: Mon, 13 Oct 2025 16:38:53 +0200 Subject: [PATCH] run CI tests from the new repo instead of the old one The new fapolicyd tests repository is located on the following URL: * https://github.com/linux-application-whitelisting/fapolicyd-tests The CI plan should select and run tests from the new repository. --- ci.fmf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci.fmf b/ci.fmf index 08649f0..848d6a3 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,8 +1,8 @@ /e2e_ci: plan: import: - url: https://github.com/RedHat-SP-Security/fapolicyd-plans.git - name: /generic/e2e_ci + url: https://github.com/linux-application-whitelisting/fapolicyd-tests.git + name: /Plans/e2e_ci #/package-update: #Need to be done @@ -10,6 +10,6 @@ /rpmverify: plan: import: - url: https://github.com/RedHat-SP-Security/fapolicyd-plans.git - name: /generic/rpmverify + url: https://github.com/linux-application-whitelisting/fapolicyd-tests.git + name: /Plans/rpmverify