cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #02891
[Merge] ~smoser/cloud-init:bug/1703697-python3.6-ubuntu into cloud-init:master
The proposal to merge ~smoser/cloud-init:bug/1703697-python3.6-ubuntu into cloud-init:master has been updated.
Commit Message changed to:
tests: fixes for issues uncovered when moving to python3.6
This includes a few fixes found when testing with python 3.6.
- fix eni renderer when target is None
This just uses the util.target_path() in the event that target is None.
- change test cases to not rely on the cached result of util.get_cmdline()
and update the base TestCase to unset that cache.
- mock calls to system_is_snappy from the create_users test cases.
- drop unused _pp_root in test_simple_run.py
LP: #1703697
For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/327344
--
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/1703697-python3.6-ubuntu into cloud-init:master.
References