]> git.puffer.fish Git - mirror/frr.git/commit
tests: Don't double create ospfv3 config
authorDonald Sharp <sharpd@nvidia.com>
Tue, 23 Nov 2021 12:06:05 +0000 (07:06 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 24 Nov 2021 12:05:19 +0000 (07:05 -0500)
commit04d01cc343d76849d149553fdf3f25a3b06d4005
treebd786d9f2b55c41e7d2aae05ae5500b681f67d5e
parent4b2e09df96c263009fd1061fbc3cc8ade9b62051
tests: Don't double create ospfv3 config

When testers use the build_config_from_json function
the create_router_ospf function is double creating
the ospfv3 cli to be passed in.  This is because
the create_router_ospf loops over both v2 and v3
and then create_router_ospf6 re-adds v3.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/lib/topojson.py