debugviewer
automated testing of Operating Systems
Install
- All systems
-
curl cmd.cat/debugviewer.sh
- Debian
-
apt-get install os-autoinst
- Ubuntu
-
apt-get install os-autoinst
- Fedora
-
dnf install os-autoinst
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install os-autoinst
- Raspbian
-
apt-get install os-autoinst
- Dockerfile
- dockerfile.run/debugviewer
os-autoinst
automated testing of Operating Systems
The OS-autoinst project aims at providing a means to run fully automated tests. Especially to run tests of basic and low-level operating system components such as bootloader, kernel, installer and upgrade, which can not easily and safely be tested with other automated testing frameworks. However, it can just as well be used to test firefox and openoffice operation on top of a newly installed OS. os-autoinst can be executed alone, but is currently designed to be executed together with openQA, the web user interface that allows one to run more than one os-autoinst instance at the same time.