diff --git a/tests/full/run.js b/tests/full/run.js index de579972..8b19f8f8 100755 --- a/tests/full/run.js +++ b/tests/full/run.js @@ -262,7 +262,7 @@ if(cluster.isMaster) slow: 1, skip_if_disk_image_missing: true, timeout: 10 * 60, - cdrom: root_path + "/../v86-images/os/Win30.iso", + cdrom: root_path + "/images/experimental/os/Win30.iso", expected_texts: [ "Press any key to continue", " **************************************************", @@ -324,7 +324,7 @@ if(cluster.isMaster) skip_if_disk_image_missing: true, slow: 1, timeout: 10 * 60, - cdrom: root_path + "/../v86-images/os/FreeBSD-11.0-RELEASE-i386-bootonly.iso", + cdrom: root_path + "/images/experimental/os/FreeBSD-11.0-RELEASE-i386-bootonly.iso", expected_texts: ["Welcome to FreeBSD!"], actions: [ { @@ -337,7 +337,7 @@ if(cluster.isMaster) name: "FreeGEM", skip_if_disk_image_missing: true, timeout: 60, - hda: root_path + "/../v86-images/os/freegem.bin", + hda: root_path + "/images/experimental/os/freegem.bin", expect_graphical_mode: true, expect_mouse_registered: true, actions: [ @@ -351,7 +351,7 @@ if(cluster.isMaster) name: "Haiku", skip_if_disk_image_missing: true, timeout: 60 * 15, - hda: root_path + "/../v86-images/os/haiku-nightly-anyboot.image", + hda: root_path + "/images/experimental/os/haiku-nightly-anyboot.image", expected_serial_text: ["cx23882: init_hardware()"], expect_graphical_mode: true, expect_mouse_registered: true, @@ -360,7 +360,7 @@ if(cluster.isMaster) name: "HelenOS", skip_if_disk_image_missing: true, timeout: 3 * 60, - cdrom: root_path + "/../v86-images/os/HelenOS-0.5.0-ia32.iso", + cdrom: root_path + "/images/experimental/os/HelenOS-0.5.0-ia32.iso", expect_graphical_mode: true, expect_mouse_registered: true, }, @@ -368,7 +368,7 @@ if(cluster.isMaster) name: "Minix", skip_if_disk_image_missing: true, timeout: 60, - hda: root_path + "/../v86-images/os/minix2hd.img", + hda: root_path + "/images/experimental/os/minix2hd.img", actions: [ { on_text: " = Start Minix", @@ -385,7 +385,7 @@ if(cluster.isMaster) name: "Mobius", skip_if_disk_image_missing: true, timeout: 2 * 60, - fda: root_path + "/../v86-images/os/mobius-fd-release5.img", + fda: root_path + "/images/experimental/os/mobius-fd-release5.img", expect_graphical_mode: true, actions: [ { @@ -398,7 +398,7 @@ if(cluster.isMaster) name: "Core 9", skip_if_disk_image_missing: 1, timeout: 5 * 60, - cdrom: root_path + "/../v86-images/os/Core-9.0.iso", + cdrom: root_path + "/images/experimental/os/Core-9.0.iso", expected_texts: ["tc@box"], actions: [{ on_text: "boot:", run: "\n" }], }, @@ -406,7 +406,7 @@ if(cluster.isMaster) name: "Core 8", skip_if_disk_image_missing: 1, timeout: 5 * 60, - cdrom: root_path + "/../v86-images/os/Core-8.0.iso", + cdrom: root_path + "/images/experimental/os/Core-8.0.iso", expected_texts: ["tc@box"], actions: [{ on_text: "boot:", run: "\n" }], }, @@ -414,7 +414,7 @@ if(cluster.isMaster) name: "Core 7", skip_if_disk_image_missing: 1, timeout: 5 * 60, - cdrom: root_path + "/../v86-images/os/Core-7.2.iso", + cdrom: root_path + "/images/experimental/os/Core-7.2.iso", expected_texts: ["tc@box"], actions: [{ on_text: "boot:", run: "\n" }], }, @@ -422,7 +422,7 @@ if(cluster.isMaster) name: "Core 6", skip_if_disk_image_missing: 1, timeout: 5 * 60, - cdrom: root_path + "/../v86-images/os/Core-6.4.1.iso", + cdrom: root_path + "/images/experimental/os/Core-6.4.1.iso", expected_texts: ["tc@box"], actions: [{ on_text: "boot:", run: "\n" }], }, @@ -430,7 +430,7 @@ if(cluster.isMaster) name: "Core 5", skip_if_disk_image_missing: 1, timeout: 5 * 60, - cdrom: root_path + "/../v86-images/os/Core-5.4.iso", + cdrom: root_path + "/images/experimental/os/Core-5.4.iso", expected_texts: ["tc@box"], actions: [{ on_text: "boot:", run: "\n" }], }, @@ -438,7 +438,7 @@ if(cluster.isMaster) name: "Core 4", skip_if_disk_image_missing: 1, timeout: 5 * 60, - cdrom: root_path + "/../v86-images/os/Core-4.7.7.iso", + cdrom: root_path + "/images/experimental/os/Core-4.7.7.iso", expected_texts: ["tc@box"], actions: [{ on_text: "boot:", run: "\n" }], },