rpm-ostree/tests
Colin Walters a3769a7219 vmcheck: Experiment with the name nxs
I find myself not liking the name rpm-ostree anymore; it's
descriptive, but unfortunately we compete with other projects with
easier and sexier names.

Also, people continually find the ostree and rpm-ostree layering
unclear.  It's *much* easier to say "nxs depends on ostree", even
though textually it's obvious "rpm-ostree depends on ostree".

Anyways, just an experiment for now.

Closes: #307
Approved by: giuseppe
2016-06-08 14:26:08 +00:00
..
check add RPMOSTREE_UNINSTALLED_PKGLIBDIR 2016-06-06 21:14:07 +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.