From 8739e3f16b490c33498b3e38797f6a27f131fa88 Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 31 Dec 2020 19:14:30 -0600 Subject: [PATCH] More integration tests (these were triggering the failing assertion fixed in the previous commit) --- tests/full/run.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/tests/full/run.js b/tests/full/run.js index 46aca8e3..ca24ff38 100755 --- a/tests/full/run.js +++ b/tests/full/run.js @@ -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)