Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: workaround conffile prompt in "ubuntu-advanage-tools"
The "upgrade-all-security" test will check that all security updates work with unattended-upgrades. But they don't anymore, the `ubuntu-advantage-tools` package will cause a conffile prompt: ``` 2024-05-25T18:53:23.6261939Z (old) conffile prompt found for /etc/ubuntu-advantage/uaclient.conf (ubuntu-pro-client) ``` In reality it does not because of {pre,post}inst magic but unattended-upgrades cannot detect this - if only this metadata was declarative instead of encoded in the bash scripts :(
- Loading branch information