mirror_frr/tests
Igor Ryzhov 6869bb921e tests: fix ospf6_topo1_vrf
ospf6d (and all other daemons except zebra) doesn't correctly process
`interface X vrf Y`, because it doesn't know existing VRFs at the time
of configuration file reading. Therefore it doesn't apply configuration
provided in the interface node.

Fix the problem by removing `vrf Y` part, having just an interface name
is enough.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2021-06-08 21:36:09 +03:00
..
bgpd northbound: KISS always batch yang config (file read), it's faster 2021-06-02 14:05:26 +00:00
helpers lib: adapt to version 2 of libyang 2021-05-13 16:24:48 -04:00
isisd isisd: fix dangling instances 2021-05-14 17:12:38 +03:00
lib tests: add grpc unit test 2021-06-06 18:03:17 +00:00
ospf6d ospf6d, tests: Prevent use after free 2020-10-11 11:16:44 -04:00
ospfd *: require semicolon after DEFINE_<typesafe...> 2021-03-17 06:18:39 +01:00
topotests tests: fix ospf6_topo1_vrf 2021-06-08 21:36:09 +03:00
zebra tests: add test for labelmanager plugin 2021-01-05 18:20:50 +00:00
.gitignore tests: fix missing gitignore entry 2021-05-17 13:01:55 +03:00
Makefile build: non-recursive tests 2018-09-08 21:26:54 +02:00
pytest.ini tests: Exclude topotests from consideration 2018-11-27 20:22:10 -05:00
runtests.py *: reformat python files 2020-10-07 17:22:26 -04:00
subdir.am tests: add grpc unit test 2021-06-06 18:03:17 +00:00