rpm-ostree/tests
Colin Walters b7d1b827b7 status: Support --json option
It's really simple to reflect the DBus API into JSON, which tools like
Ansible or `jq` from the command line or whatever can parse to find
interesting things like the current version.

Closes: #301

Closes: #315
Approved by: jlebon
2016-06-13 14:54:25 +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 vmcheck: Experiment with the name nxs 2016-06-08 14:26:08 +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.