Searched refs:network_expected (Results 1 – 1 of 1) sorted by relevance
621 def check_network_config(config, network_expected, check=None): argument625 if network_expected and "network=" not in data:627 if not network_expected and "network=" in data: