mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
The following tests are added here: - Add a boot file via 'bundle-add' (failed before the previous commit). - Remove a boot file via 'bundle-remove'. - Add a boot file via 'update'. - Detect a boot file hash mismatch via 'verify' (failed before the previous commit). - Fix a boot file with incorrect hash via 'verify --fix' (failed before the previous commit). - Ignore a boot file during 'verify --fix' if marked deleted (failed before the previous commit). Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>