Project

General

Profile

Testing #893

Updated by Hammel 11 months ago

Feature development is essentially complete for the PiBox 2.0 - Harkonnen release.    However, full integration tests need to be run to validate existing functionality passes regression and new features are at least stable, if not bug free. 

 The following systems need to be fully tested.    A test plan has been written for each one.    Separate issues will be written for each testplan and test status will be tracked here.    *_Platforms_* represent the devices on which the system was tested. 

 |\2=.**Test Suite** |\6=.**Platforms** | 
 |_.System            |_.Test Plan         |_.RPi 1                         |_.RPi 2                         |_.RPi 3                         |_.Zero                               |_.Zero W                             |_.Desktop | 
 | Dev Platform       | [[DevPlatform]]    |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass        |={background-color:#cfc}.Pass        |={background-color:#ccc}.n/a | 
 | Media System       | [[MediaSystem]]    |={background-color:#ccc}.n/a    |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass |={background-color:#ccc}.n/a         |={background-color:#ccc}.n/a         |={background-color:#ccc}.n/a | 
 | Media Player (4) | [[Media_Player]] |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass |={background-color:#ccc}.n/a         |={background-color:#ccc}.n/a         |={background-color:#ccc}.n/a | 
 | Kiosk              | [[Kiosk]]          |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass(2)     |={background-color:#cfc}.Pass(2)     |={background-color:#ccc}.n/a | 
 | Auto Kiosk         | [[Auto_Kiosk]]     |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass |={background-color:#cfc}.Pass        |={background-color:#cfc}.Pass        |={background-color:#ccc}.n/a | 
 | PiStore (5)        | [[PiStore]]        |={background-color:#ccc}.n/a    |={background-color:#ccc}.N/A    |={background-color:#cfc}.Pass |={background-color:#ccc}.n/a         |={background-color:#ccc}.n/a         |={background-color:#ccc}.n/a | 
 | PiSentry (5)       | [[PiStore]]        |={background-color:#ccc}.n/a    |={background-color:#ccc}.N/A    |={background-color:#cfc}.Pass |={background-color:#ccc}.n/a         |={background-color:#ccc}.n/a         |={background-color:#ccc}.n/a | 
 | Desktop (VideoLib) | [[VideoLib]]     |={background-color:#ccc}.n/a    |={background-color:#ccc}.n/a    |={background-color:#ccc}.n/a    |={background-color:#ccc}.n/a         |={background-color:#ccc}.n/a         |={background-color:#cfc}.Pass| |={background-color:#fff}.      | 

 h3. Platform Notes 

 # This is the first full test suite run on system builds, as system builds are new to this release.    This means there really isn't any regression testing and all tests are new feature testing. 
 # These tests were started in September 2022.    Supply chain issues make "acquisition of new boards":https://rpilocator.com/ nearly impossible unless you get on a wait list.    Replacing dead boards won't happen for awhile, I think. 
 # Media Player works better if Media Server is wired to an access point instead of being the access point. 
 # PiStore and PiSentry are only supported on Raspberry Pi 3, mainly because Raspberry Pi 2 appears discontinued on most Raspberry Pi official retailer sites. 

 h3{background-color:#cfc;}. Notes on Passed Tests 

 # Caveats listed in comment #note-8. 
 # Tested with an HDMI monitor. 

 h3. Test Summaries 

 * Based on test results for PiBox 2.0, PiBox 3.0 will focus on, but is not limited to, the following items. 
 ** Integrate use of GPU for drawing to speed up display on Zero's and Pi 1's. 
 ** More flexible display handling for touchscreens. 
 ** Possibly adding sensor systems on Zero/Zero W boards to integrate with the Ironman project. 

Back