ostree/tests/installed/destructive
Colin Walters eb506c759c Add concept of "staged" deployment
Add API to write a deployment state to `/run/ostree/staged-deployment`,
along with a systemd service which runs at shutdown time.

This is a big change to the ostree model for hosts,
but it closes a longstanding set of bugs; many, many people have
hit the "losing changes in /etc" problem.  It also avoids
the other problem of racing with programs that modify `/etc`
such as LVM backups:
https://bugzilla.redhat.com/show_bug.cgi?id=1365297

We need this in particular to go to a full-on model for
automatically updated host systems where (like a dual-partition model)
everything is fully prepared and the reboot can be taken
asynchronously.

Closes: https://github.com/ostreedev/ostree/issues/545

Closes: #1503
Approved by: jlebon
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
itest-bare-root.sh tests: Merge installed/ and fedora-str/ directories 2018-04-05 20:59:23 +00:00
itest-deploy-selinux.sh tests: Merge installed/ and fedora-str/ directories 2018-04-05 20:59:23 +00:00
itest-label-selinux.sh tests: Merge installed/ and fedora-str/ directories 2018-04-05 20:59:23 +00:00
staged-deploy.yml Add concept of "staged" deployment 2018-04-12 14:55:12 +00:00

README.md

This suite of tests is run from PAPR. Everything in here is destructive; it's recommended to only run them in disposable virtual machines. This is done in tests/fedora-str/sysinstalled-tests.yml, which currently uses a single VM and runs the tests serially. It's likely in the future this will be changed to do one VM per test.