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

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.