示例#1
0
def test_trim_results_ip_changed_on_changed_ipv4_no_changed(
        resultdict_ip_not_changed):
    results_dict = trim_results_ip_changed(resultdict_ip_not_changed,
                                           on_changed_ipv4=True)
    assert resultdict_ip_not_changed == results_dict
示例#2
0
def test_trim_results_ip_changed_defaults(resultdict_ip_not_changed):
    results_dict = trim_results_ip_changed(resultdict_ip_not_changed)
    assert resultdict_ip_not_changed == results_dict