Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration: add repeated "runc update" test
This is to ensure that we aren't leaking eBPF programs after "runc update". Unfortunately we cannot directly test the behaviour of cgroup program updates in an integration test because "runc update" doesn't support that behaviour at the moment. So instead we rely on the fact that each "runc update" implicitly triggers the devices rules to be updated. Without the previous patches applied, this new test will fail with errors. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
- Loading branch information