Exemplo n.º 1
0
def test_tag_config_get_tag_ids(test_cfg: tags.TagConfig) -> None:
    assert test_cfg.get_tag_ids() == {
        None,
        "none_val",
        "bla",
        "critical",
        "dmz",
        "lan",
        "offline",
        "prod",
        "test",
        "wan",
        "none_val_2",
    }
Exemplo n.º 2
0
def test_tag_config_get_tag_ids(test_cfg: tags.TagConfig) -> None:
    assert test_cfg.get_tag_ids() == {
        None,
        'none_val',
        'bla',
        'critical',
        'dmz',
        'lan',
        'offline',
        'prod',
        'test',
        'wan',
        'none_val_2',
    }