To run only selected EOHC tests with GUI, type:
sudo python3 start_gui.py
Check EOHC documentation to learn more about EuroLinux Open Hardware Certification.
Already done scripts from categories:
- CPU (core)
- fingerprintreader
- battery
- suspend
- reboot
- lid (+ backlight)
- sosreport
- storage
- memory
- usb
- audio
- video
- wlan
- Every new test is a python script
- Every new test have to be a subclass of
Test
- Test class naming rule is following:
YournewclassTest
- where Yournewclass is anything You like (but with capitalize) - For test class name
YournewclassTest
python file should be saved with name yournewclass.py - Folder with python script and additional files should be named just like python script (without .py) and placed in tests folder