From 2d13050ba84a2bb30d9dd980639ee78354fe90f3 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Fri, 5 Aug 2022 12:59:08 +0200 Subject: [PATCH] test/oscap.sh: provision SUT for the on-premise scenario The PR#2695 [1] was not rebased on top of PR#2853 [2]. As a result, the `oscap.sh` test case is provisioning the SUT in a wrong way, which makes it fail all the time. Provision the SUT in the test case for the on-premise scenario, since it uses Weldr API to interact with osbuild-composer. [1] https://github.com/osbuild/osbuild-composer/pull/2695 [2] https://github.com/osbuild/osbuild-composer/pull/2853 --- test/cases/oscap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cases/oscap.sh b/test/cases/oscap.sh index 1a132d18b..b21af9678 100755 --- a/test/cases/oscap.sh +++ b/test/cases/oscap.sh @@ -4,7 +4,7 @@ set -euo pipefail OSBUILD_COMPOSER_TEST_DATA=/usr/share/tests/osbuild-composer/ # Provision the software under test. -/usr/libexec/osbuild-composer-test/provision.sh +/usr/libexec/osbuild-composer-test/provision.sh none # Get OS data. source /etc/os-release