Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...