More integration tests (these were triggering the failing assertion fixed in the previous commit)

This commit is contained in:
Fabian 2020-12-31 19:14:30 -06:00
parent 8f5553e091
commit 8739e3f16b

View file

@ -408,6 +408,24 @@ if(cluster.isMaster)
},
],
},
{
name: "Tiny Core 11 CD",
skip_if_disk_image_missing: 1,
timeout: 5 * 60,
cdrom: root_path + "/images/experimental/TinyCore-11.0.iso",
expect_graphical_mode: true,
expect_mouse_registered: true,
actions: [{ on_text: "boot:", run: "\n" }],
},
{
name: "Tiny Core 11 HD",
skip_if_disk_image_missing: 1,
timeout: 5 * 60,
cdrom: root_path + "/images/experimental/TinyCore-11.0.iso",
expect_graphical_mode: true,
expect_mouse_registered: true,
actions: [{ on_text: "boot:", run: "\n" }],
},
{
name: "Core 9",
skip_if_disk_image_missing: 1,
@ -456,6 +474,14 @@ if(cluster.isMaster)
expected_texts: ["tc@box"],
actions: [{ on_text: "boot:", run: "\n" }],
},
{
name: "Damn Small Linux",
skip_if_disk_image_missing: 1,
timeout: 5 * 60,
cdrom: root_path + "/images/experimental/os/dsl-4.11.rc2.iso",
expect_graphical_mode: true,
expect_mouse_registered: true,
},
];
if(TEST_NAME)