summaryrefslogtreecommitdiff
path: root/cloudinit/net/tests/test_network_state.py
AgeCommit message (Collapse)Author
2019-12-06network_state: handle empty v1 config (#45)Ryan Harper
Sending a valid but empty v1 network config resulted in a stacktrace during execution. Update the network_state parse path to specific check if the 'config' key is None (not present) versus being present but explicitly empty. Also add some network_state unittests. LP: #1852496