From ceb64b43fe3a4000067dadd54e5d0693e8343d81 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Thu, 28 Apr 2022 10:56:43 +0200 Subject: [PATCH] test: disable full image building in generation.sh The purpose of the test is to check that the dnf-json socket can be started automatically when running the test case generator while the service or socket isn't enabled/started. dnf-json will still be used to depsolve the packages and create the manifest even if the image is not built. --- test/cases/generation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cases/generation.sh b/test/cases/generation.sh index 3733acf83..15896178e 100755 --- a/test/cases/generation.sh +++ b/test/cases/generation.sh @@ -37,4 +37,5 @@ sudo ./tools/test-case-generators/generate-test-cases\ --arch x86_64\ --distro rhel-8\ --image-type qcow2\ - --store "$WORKDIR" + --store "$WORKDIR"\ + --keep-image-info