b7d1b827b7
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 |
||
---|---|---|
.. | ||
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.