Versions Compared

Key

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

Setup VM with:

  • 8GB RAM

  • 2GB swap

  • 3 additional drives 8GB

  • Have to use DEBUG build, where we have debug macro

...

Code Block
languagebash
echo "ztest ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers.d/ztest

Install packages for

...

libc tests:

Code Block
languagebash
apt update
apt install system-test-libctest testrunner python build-essential

...