Example #1
0
def test_check_f5_bigip_config_sync_v11_plus(section, result):
    assert list(
        check_f5_bigip_config_sync_v11_plus(
            Parameters(CONFIG_SYNC_DEFAULT_PARAMETERS),
            State(*section),
        )) == result
Example #2
0
def test_check_f5_bigip_config_sync_pre_v11(section, result):
    assert list(check_f5_bigip_config_sync_pre_v11(State(*section))) == result