]> git.puffer.fish Git - mirror/frr.git/commit
tests: verify no ospf6 neighbors
authorckishimo <carles.kishimoto@gmail.com>
Tue, 23 Nov 2021 21:38:02 +0000 (22:38 +0100)
committerckishimo <carles.kishimoto@gmail.com>
Thu, 25 Nov 2021 11:59:09 +0000 (12:59 +0100)
commit96c715f3024cf55fbfe5e4e6792506fcae242fa8
tree76dcb58998b4c1b3ddd5333cbe9da551ead833f7
parenta581473fbde8e790e74ce64ec2c39d37190113c8
tests: verify no ospf6 neighbors

Update verify_ospf6_neighbor() so we can verify there are no
neighbors in a given router

    input_dict = {
        "r0": {
            "ospf6": {
                "neighbors": []
            }
        }
    }
    result = verify_ospf6_neighbor(tgen, topo, dut, input_dict)

Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
tests/topotests/lib/ospf.py