tests/vm: Added a new script for ubuntu.aarch64.
authorRobert Foley <robert.foley@linaro.org>
Wed, 1 Jul 2020 13:56:21 +0000 (14:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Sat, 11 Jul 2020 14:52:59 +0000 (15:52 +0100)
commit13336606a5ef9d6beeb8c0763ac0a9d11c249cac
tree56877615332375aa9471fa897348fb889f61a136
parente56833b48bdedba89ab9f874eb8747bdaf382ff6
tests/vm: Added a new script for ubuntu.aarch64.

ubuntu.aarch64 provides a script to create an Ubuntu 18.04 VM.
Another new file is also added aarch64vm.py, which is a module with
common methods used by aarch64 VMs, such as how to create the
flash images.

Signed-off-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Peter Puhov <peter.puhov@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200601211421.1277-6-robert.foley@linaro.org>
Message-Id: <20200701135652.1366-10-alex.bennee@linaro.org>
configure
tests/vm/Makefile.include
tests/vm/aarch64vm.py [new file with mode: 0644]
tests/vm/basevm.py
tests/vm/ubuntu.aarch64 [new file with mode: 0755]