cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #03614
[Merge] ~smoser/cloud-init:fix/tests-command-output-simple-warn into cloud-init:master
The proposal to merge ~smoser/cloud-init:fix/tests-command-output-simple-warn into cloud-init:master has been updated.
Commit Message changed to:
citest: fix remaining warnings raised by integration tests.
There was fallout in a full integration test run from my adding of
test_no_warnings_in_log
which asserted that there could not be a WARNING found in the
/var/log/cloud-init.log
This fixes 2 of the cases:
* TestCommandOutputSimple had a valid WARNING written, so adjust its
test case to allow for that.
* TestLxdDir had a valid config in the test but the module would
log a WARNING, so fix the module.
For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/332587
--
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:fix/tests-command-output-simple-warn into cloud-init:master.
References