Removed test case since code didn't pass QA

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-05 15:30:41 +01:00
parent 1af7b5882f
commit 615fd48a59
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -100,7 +100,7 @@ func setupEnv() int {
Drives: []models.Drive{ Drives: []models.Drive{
{ {
DriveID: firecracker.String("rootfs"), DriveID: firecracker.String("rootfs"),
PathOnHost: firecracker.String("./out/ubuntu-22.04.ext4"), PathOnHost: firecracker.String("./out/rootfs.ext4"),
IsReadOnly: firecracker.Bool(false), IsReadOnly: firecracker.Bool(false),
IsRootDevice: firecracker.Bool(true), IsRootDevice: firecracker.Bool(true),
}, },