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.
This commit is contained in:
Achilleas Koutsou 2022-04-28 10:56:43 +02:00 committed by Tomáš Hozza
parent 8be2c5c89a
commit ceb64b43fe

View file

@ -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