Disable image mangle in qemu tests

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2022-07-13 14:19:50 +03:00
parent 7dc45a4a1f
commit b518c3cdb8
No known key found for this signature in database
GPG Key ID: 7D073DCC2C074CB5
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -x #!/bin/bash
# #
# Copyright (c) 2021 The Flatcar Maintainers. # Copyright (c) 2021 The Flatcar Maintainers.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be

View File

@ -49,6 +49,7 @@ kola run \
--qemu-image="${QEMU_IMAGE_NAME}" \ --qemu-image="${QEMU_IMAGE_NAME}" \
--tapfile="${CIA_TAPFILE}" \ --tapfile="${CIA_TAPFILE}" \
--torcx-manifest="${CIA_TORCX_MANIFEST}" \ --torcx-manifest="${CIA_TORCX_MANIFEST}" \
--qemu-skip-mangle \
"${@}" "${@}"
set +x set +x

View File

@ -55,4 +55,5 @@ kola run \
--tapfile="${CIA_TAPFILE}" \ --tapfile="${CIA_TAPFILE}" \
--torcx-manifest="${CIA_TORCX_MANIFEST}" \ --torcx-manifest="${CIA_TORCX_MANIFEST}" \
--update-payload=tmp/flatcar_test_update.gz \ --update-payload=tmp/flatcar_test_update.gz \
--qemu-skip-mangle \
cl.update.payload cl.update.payload