From 1f61b5f235b173f8c29e4452e7e7bd0f31476b3e Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Tue, 15 Mar 2022 08:58:08 -0500 Subject: [PATCH] Initial manual testing document --- Manual-Testing---Dev.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Manual-Testing---Dev.md diff --git a/Manual-Testing---Dev.md b/Manual-Testing---Dev.md new file mode 100644 index 0000000..8d252e6 --- /dev/null +++ b/Manual-Testing---Dev.md @@ -0,0 +1,27 @@ +## Automated build + +PR's are automatically built with PlatformIO and reported back to Pull Requests. + +## Manual Testing + +### Macintosh + +We want to ensure no regressions in compatibility with currently working systems. Some timings could be affected by code changes so we want to ensure they are within tolerance. We want to cover all the common SCSI-1 buses in macs that do not have IDE - the most common use case for BlueSCSI. + +* Mac Plus (Quirky/Early SCSI) +* Mac SE 68000 +* Mac IIci/LC III 68030 +* LC 575 68040 +* PowerMac 6100 - 601 +* PowerMac G3 + +#### Test Procedure + +* Validate boot, normal operations. +* Validate more than one SCSI image on the SD card works. +* Run [SCSI Director Pro 4](https://macintoshgarden.org/apps/scsi-director-pro-40) to validate no regression in performance. +* Run at least two "Full Tests" in [Silver Lining 5](https://macintoshgarden.org/apps/lacie-silverlining-531-more) without error. + +### Other Systems + +Many of the primary developers do not have other vintage systems to test on so a call is put out to the community on Discord, TinkerDifferent, and Github Discussions to test.