From 788e331f39a34050e8d2f24f7dd9dbecefc49c61 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_tests.fmf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci_tests.fmf b/ci_tests.fmf index c41ada6..3535aee 100644 --- a/ci_tests.fmf +++ b/ci_tests.fmf @@ -1,12 +1,12 @@ /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 /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