From ddf2ca0c1eb18c90a36a09cb883d85a6977e89ae Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 2 May 2024 14:56:35 +0200 Subject: [PATCH] tmt: use different disk size syntax For some reason the previous syntax to specify the size for the virtual machine provider [0] stopped working. This commit now uses the syntax described in [1] instead which seems to work. [0] https://tmt.readthedocs.io/en/stable/spec/plans.html#virtual [1] https://tmt.readthedocs.io/en/stable/spec/hardware.html#disk --- plans/all.fmf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plans/all.fmf b/plans/all.fmf index 8aa16458..ed724711 100644 --- a/plans/all.fmf +++ b/plans/all.fmf @@ -2,13 +2,11 @@ summary: Run all tests inside a VM environment provision: how: virtual image: fedora:40 - # 120 means 120GB, disk has to be specificed here, the format from: - # https://tmt.readthedocs.io/en/stable/spec/hardware.html#disk - # does not work here or below under "hardware" - disk: 120 hardware: virtualization: is-supported: true + disk: + - size: '>= 120 GB' prepare: how: install package: