summaryrefslogtreecommitdiff
path: root/scripts/test-minimal-system
Commit message (Collapse)AuthorAgeFilesLines
* Add script to test that minimal-system boots in QEMUSam Thursfield2017-12-061-0/+103
This is the first thing I have ever written with asyncio and it spits out lots of warnings and exceptions in some cases that I don't really understand. However the basics are there: if the VM boots and can run `uname -a`, the test succeeds; otherwise it fails.