...
Code Block |
---|
echo "ztest ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers.d/ztest |
if you created a user at the vm preparation stage, then skip this step.
Use this guide to prepare the VM for the test:
Install packages for os tests:
Code Block |
---|
sudo apt update sudo apt install system-test-ostest testrunner python build-essential |
...