test/manifest/image-installer: fix conflicting merge

The new image-installer tests were merged at the same time as the isolevel support. Adjust the test cases.
This commit is contained in:
Tom Gundersen 2022-02-24 18:29:56 +00:00
parent d8d161480e
commit 5f894281d5
4 changed files with 12 additions and 8 deletions

View file

@ -2062,7 +2062,8 @@
"filename": "installer.iso",
"volid": "CentOS-Stream-8-aarch64-dvd",
"sysid": "LINUX",
"efi": "images/efiboot.img"
"efi": "images/efiboot.img",
"isolevel": 3
}
},
{
@ -21914,4 +21915,4 @@
}
]
}
}
}

View file

@ -2018,7 +2018,8 @@
"filename": "installer.iso",
"volid": "CentOS-Stream-9-BaseOS-aarch64",
"sysid": "LINUX",
"efi": "images/efiboot.img"
"efi": "images/efiboot.img",
"isolevel": 3
}
},
{
@ -21514,4 +21515,4 @@
}
]
}
}
}

View file

@ -2093,7 +2093,8 @@
"filename": "installer.iso",
"volid": "RHEL-8-6-0-BaseOS-aarch64",
"sysid": "LINUX",
"efi": "images/efiboot.img"
"efi": "images/efiboot.img",
"isolevel": 3
}
},
{
@ -20563,4 +20564,4 @@
}
]
}
}
}

View file

@ -2041,7 +2041,8 @@
"filename": "installer.iso",
"volid": "RHEL-9-0-0-BaseOS-aarch64",
"sysid": "LINUX",
"efi": "images/efiboot.img"
"efi": "images/efiboot.img",
"isolevel": 3
}
},
{
@ -20127,4 +20128,4 @@
}
]
}
}
}