rpm-ostree/tests
Jonathan Lebon 12c4b5b16f vmcheck: adapt for non-vagrant hosts
This is just the final bit required to make sure the vagrant and
non-vagrant paths can work happily together. It's mostly minor fixes,
though the most major change which also affects vagrant is that we now
sync to the root home dir, rather than ~vagrant.

Closes: #524
Approved by: cgwalters
2016-11-22 17:15:20 +00:00
..
check test-basic.sh: add test for bad out-of-branch deploy 2016-10-20 14:06:58 +00:00
common vmcheck: adapt for non-vagrant hosts 2016-11-22 17:15:20 +00:00
manual db: Remove query parameter to diff 2015-04-23 16:30:18 -04:00
utils Redo vmcheck to abstract over ssh-config, drop all building 2016-11-16 18:14:23 +00:00
vmcheck vmcheck: adapt for non-vagrant hosts 2016-11-22 17:15:20 +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.