Skip to content

Commit

Permalink
Add some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Mar 10, 2022
1 parent 193ec30 commit b1901fa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/full/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,26 @@ if(cluster.isMaster)
},
],
},
{
name: "Windows XP CD",
skip_if_disk_image_missing: true,
cdrom: root_path + "/images/experimental/VirtualXP.iso",
memory_size: 512 * 1024 * 1024,
timeout: 600,
expect_graphical_mode: true,
expect_graphical_size: [800, 600],
expect_mouse_registered: true,
},
{
name: "Windows XP HD",
skip_if_disk_image_missing: true,
hda: root_path + "/images/experimental/copy_winxp_lite-from-pixelsuft.img",
memory_size: 512 * 1024 * 1024,
timeout: 300,
expect_graphical_mode: true,
expect_graphical_size: [800, 600],
expect_mouse_registered: true,
},
{
name: "Windows 2000",
skip_if_disk_image_missing: true,
Expand Down

0 comments on commit b1901fa

Please sign in to comment.