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

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.