← Back to team overview

cloud-init-dev team mailing list archive

[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 2 different fixes both 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()
 - mock calls to system_is_snappy from the create_users test cases.

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