ostree/tests/installed
Giuseppe Scrivano cdaf7cd838 commit, payload-reflink: do not write to the parent repo
reintroduce the feature that was reverted with commit:

28c7bc6d0e

Differently than the original implementation, now we don't attempt any
test for reflinks support on the parent repository, since the test
requires write access to the repository.

Additionally, also check that the two repositories are on the same
device before attempting any reflink.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1525
Approved by: cgwalters
2018-04-13 21:52:53 +00:00
..
destructive Add concept of "staged" deployment 2018-04-12 14:55:12 +00:00
nondestructive commit, payload-reflink: do not write to the parent repo 2018-04-13 21:52:53 +00:00
tasks Add concept of "staged" deployment 2018-04-12 14:55:12 +00:00
README.md tests: Merge installed/ and fedora-str/ directories 2018-04-05 20:59:23 +00:00
destructive.yml Add concept of "staged" deployment 2018-04-12 14:55:12 +00:00
execute_batch.yml tests: Merge installed/ and fedora-str/ directories 2018-04-05 20:59:23 +00:00
libinsttest.sh tests: Merge installed/ and fedora-str/ directories 2018-04-05 20:59:23 +00:00
libtest-core.sh tests/installed: New installed, privileged tests using Fedora AH 2017-04-25 15:15:06 +00:00
nondestructive.yml tests/installed: Move tasks into tasks/ directory 2018-04-11 19:11:07 +00:00
playbook-run.sh tests/installed: Move auto-build logic to playbook-run.sh 2018-04-11 19:11:07 +00:00
provision.sh tests: Merge installed/ and fedora-str/ directories 2018-04-05 20:59:23 +00:00
run.sh tests/installed: Move auto-build logic to playbook-run.sh 2018-04-11 19:11:07 +00:00

README.md

This directory holds tests that use the Fedora Standard Test Interface.

The high level structure is that we take a qcow2 file, inject built RPMs into it, and then use Ansible to run tests.

See .papr.yml for canonical usage.

For local development, you should cache the qcow2 somewhere stable (outside of this git repo). Also note that ../ci/build-rpms.sh does not pick up uncommitted changes! Stated more strongly, you currently need to run build-rpms.sh after every change.

To run just a specific test, use e.g.: env TEST_SUBJECTS=/path/to/qcow2 ./playbook-run.sh -e tests=.*pull nondestructive.yml