From dfddbe9b5dbaad8d6e320f79494b79c2304c58ed Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Mon, 4 May 2020 19:42:19 +0200 Subject: SPEC-3210: use the new rootfs name for qemu When changing the name of the rootfs of qemu from ramdisk to rootvd, utils/job-prereq.py was not handled. This patch fix it. Bug-AGL: SPEC-3210 Change-Id: I17c5c52d4b5f605fc043deb96694f7935b5dc9f8 Signed-off-by: Corentin LABBE --- utils/job-prereq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/job-prereq.py') diff --git a/utils/job-prereq.py b/utils/job-prereq.py index a7b414b..c04959b 100755 --- a/utils/job-prereq.py +++ b/utils/job-prereq.py @@ -22,7 +22,7 @@ FILE_MAP_X86 = { # Mapping for qemu between command line QEMU args and LAVA yaml template file names FILE_MAP_QEMU = { "kernel": "kernel", - "initrd": "ramdisk", + "initrd": "rootvd", } def parse_cmdline(machines): -- cgit 1.2.3-korg