a3769a7219
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 |
||
---|---|---|
.. | ||
check | ||
common | ||
manual | ||
utils | ||
vmcheck | ||
README.md |
Tests are divided into two groups:
-
Tests in the
check
directory are non-destructive and uninstalled. Some of the tests require root privileges. Usemake check
to run these. -
Tests in the
vmcheck
directory are destructive and installed. They are run inside a VM. Usemake vmcheck
to run these.
The common
directory contains files used by multiple
tests. The utils
directory contains helper utilities
required to run the tests.