rpm-ostree/tests/vmcheck
Colin Walters cac4522e5b Support "system/regenerate-initramfs=true" flag in origin
Currently we push for a model where the initramfs is
generated (in non-hostonly mode), and merely replicated.

However, to support a few unfortunate corner cases like dm-multipath which wants
to inject a config file into the initramfs, we need to support regenerating it
client side too.

Down the line, we'll need this to support overriding the kernel too.

This changes things in the core to add the concept of an "empty"
`RpmOstreeContext`. I initially tried skipping it, but that was too much
duplication. We still want all of the core ostree-related logic that lives in
that code too.

The treespec bits barfed if the spec didn't have a `tree/packages` key. It was
simplest to change that to allow it - and because that was the only case where
we errored out in parsing, I dropped the error handling.

There was another place in the upgrader that now needed to be fixed to handle
transitioning from just regenerating initramfs to not.

Closes: #574
Approved by: jlebon
2017-01-20 16:17:51 +00:00
..
overlay.sh tests: Actually install the new binaries 2017-01-19 18:55:15 +00:00
sync.sh tests: Actually install the new binaries 2017-01-19 18:55:15 +00:00
test-initramfs.sh Support "system/regenerate-initramfs=true" flag in origin 2017-01-20 16:17:51 +00:00
test-layering-basic.sh tests: Disable ASAN leak checks 2017-01-18 16:52:46 +00:00
test-layering-non-root-caps.sh tests: Disable ASAN leak checks 2017-01-18 16:52:46 +00:00
test-layering-relayer.sh tests: Disable ASAN leak checks 2017-01-18 16:52:46 +00:00
test-layering-rpmdb.sh tests: Disable ASAN leak checks 2017-01-18 16:52:46 +00:00
test-layering-scripts.sh tests: Disable ASAN leak checks 2017-01-18 16:52:46 +00:00
test.sh vmcheck: Note how many tests were skipped 2017-01-11 18:39:25 +00:00