From ba65ccde24c9e678d311a3bc347056e599ee7a36 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Fri, 15 Nov 2024 14:15:38 +0100 Subject: [PATCH] ci: Add a test run without sudo to the TMT test plan Unit tests should run successfuly without root privileges so we should test this as well. --- plans/tests.fmf | 1 + 1 file changed, 1 insertion(+) diff --git a/plans/tests.fmf b/plans/tests.fmf index bb4d07a8c..29b0ed99a 100644 --- a/plans/tests.fmf +++ b/plans/tests.fmf @@ -25,5 +25,6 @@ prepare: execute: how: tmt script: + - python3 tests/run_tests.py - sudo python3 tests/run_tests.py -l - tmt-file-submit -l /tmp/blivet.log