rpm-ostree/tests
Jonathan Lebon accd2b9f6f vmcheck: add a test for RPM scripts
Thought it'd be fun to write a test for verifying proper handling of
scriptlets during package layering. There's obviously a lot more that
could go in here (patches welcome!), but it's a start.

Closes: #434
Approved by: cgwalters
2016-08-17 21:28:01 +00:00
..
check Switch to glib cleanup macros 2016-07-15 13:08:58 +00:00
common vmcheck: add a test for RPM scripts 2016-08-17 21:28:01 +00:00
manual db: Remove query parameter to diff 2015-04-23 16:30:18 -04:00
utils vmcheck: move vmbuild and vmoverlay to scripts 2016-07-15 19:14:19 +00:00
vmcheck vmcheck: add a test for RPM scripts 2016-08-17 21:28:01 +00:00
README.md vmcheck: add timeout option for vm_ssh_wait 2016-06-29 19:17:38 +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 (see also HACKING.md in the top directory).

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