summaryrefslogtreecommitdiff
path: root/tests/unittests/cmd/devel/test_net_convert.py
Commit message (Collapse)AuthorAgeFilesLines
* net: Passthough v2 netconfigs in netplan systems (#1650)Alberto Contreras2022-08-241-0/+42
| | | | | | | Adhere to Netplan Passthrough documented behavior, not limiting v2 netplan configs to the subset of props that cloud-init supports. LP: #1978543
* net-convert: use yaml.dump for debugging python NetworkState obj (#1484)Chad Smith2022-05-311-0/+187
When debugging python's NetworkState intance we cannot use safeyaml.dumps because that leverages the yaml.SafeDumper which does not allow rendering python objects. Use yamls.dump instead. * Additional fix for networkd renderer to create /etc/systemd/network if it does not exist LP: #1975907