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:
parent
8be2c5c89a
commit
ceb64b43fe
1 changed files with 2 additions and 1 deletions
|
|
@ -37,4 +37,5 @@ sudo ./tools/test-case-generators/generate-test-cases\
|
||||||
--arch x86_64\
|
--arch x86_64\
|
||||||
--distro rhel-8\
|
--distro rhel-8\
|
||||||
--image-type qcow2\
|
--image-type qcow2\
|
||||||
--store "$WORKDIR"
|
--store "$WORKDIR"\
|
||||||
|
--keep-image-info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue