Anton Mikanovich e50288532f meta-isar: Add phyboard-mira target vor 3 Jahren
..
base-apt 875416f3ce testsuite: update expired CI key vor 4 Jahren
build_test e50288532f meta-isar: Add phyboard-mira target vor 3 Jahren
vm_boot_test 19bd816d39 CI: Move qemu-stretch targets to bullseye vor 3 Jahren
.gitignore 4c61f3f769 testsuite: Add Python generations for testsuite in gitignore vor 3 Jahren
README.md 8ab5f50401 testsuite: Fix test suite prepare guide vor 3 Jahren
start_vm.py 852a9b0f0d api: Rename IMAGE_TYPE to IMAGE_FSTYPES vor 3 Jahren

README.md

Install Avocado

The framework could be installed by using standard HOWTO:

https://github.com/avocado-framework/avocado#installing-with-standard-python-tools

For Debian (tested on Debian 10.x)

    $ sudo dpkg -i avocado_91.0_all.deb

Run test

Each testsuite directory contains:

  • run_*.sh - script to start tests
  • *.py - test case

Other

There is a tool start_vm.py which is the replacement for the bash script in isar/scripts directory.