![]() |
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.. | ||
base-apt | %!s(int64=4) %!d(string=hai) anos | |
build_test | %!s(int64=5) %!d(string=hai) anos | |
vm_boot_test | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=6) %!d(string=hai) anos | |
start_vm.py | %!s(int64=5) %!d(string=hai) anos |
The framework could be installed by using standard HOWTO:
https://github.com/avocado-framework/avocado#installing-with-standard-python-tools
Then you need to install varianter yaml-to-mux plugin by following these instructions:
https://github.com/avocado-framework/avocado/tree/master/optional_plugins
$ sudo apt-get install python-pip
$ pip install --user subprocess32
$ pip install --user avocado-framework
$ pip install --user avocado-framework-plugin-varianter-yaml-to-mux
$ export PATH=$PATH:~/.local/bin
$ cd isar
$ source isar-init-build-env
Each testsuite directory contains:
There is a tool start_vm.py which is the replacement for the bash script in isar/scripts directory.