← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~chad.smith/cloud-init:tests-fix-root-os-access-leak into cloud-init:master

 

The proposal to merge ~chad.smith/cloud-init:tests-fix-root-os-access-leak into cloud-init:master has been updated.

Description changed to:

tests: mock calls to os.access on resizefs unit tests.

When os.access is unmocked, root user still sees read-only files as
writable so the unittests would fail. A mocked return value of False will
ensure both privileged and unprivileged users can run these unit tests.


For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/330774
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:tests-fix-root-os-access-leak into cloud-init:master.


References