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

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.