rpm-ostree/tests
Jonathan Lebon 816194cd58 Makefile-tests: add toplevel vm* targets
The `make vmshell` target makes it even easier to immediately try out
your changes in a live running Atomic Host. It will automatically
provision the VM, sync your latest changes, build, install in a new
deployment onto which the VM is rebooted, and drop you in the shell.

Closes: #321
Approved by: cgwalters
2016-06-15 13:38:34 +00:00
..
check status: Support --json option 2016-06-13 14:54:25 +00:00
common tests: restructure dirs 2016-06-06 21:14:07 +00:00
manual db: Remove query parameter to diff 2015-04-23 16:30:18 -04:00
utils add RPMOSTREE_UNINSTALLED_PKGLIBDIR 2016-06-06 21:14:07 +00:00
vmcheck Makefile-tests: add toplevel vm* targets 2016-06-15 13:38:34 +00:00
README.md tests: restructure dirs 2016-06-06 21:14:07 +00:00

Tests are divided into two groups:

  • Tests in the check directory are non-destructive and uninstalled. Some of the tests require root privileges. Use make check to run these.

  • Tests in the vmcheck directory are destructive and installed. They are run inside a VM. Use make vmcheck to run these.

The common directory contains files used by multiple tests. The utils directory contains helper utilities required to run the tests.