]> git.proxmox.com Git - mirror_frr.git/commit - staticd/static_vty.h
tests: add grpc unit test
authorChristian Hopps <chopps@labn.net>
Thu, 20 May 2021 23:22:14 +0000 (19:22 -0400)
committerChristian Hopps <chopps@gmail.com>
Sun, 6 Jun 2021 18:03:17 +0000 (18:03 +0000)
commitdeca28a33bcd913abeaf03017c52b1d2e9fd50e7
treecac3453ef98cab1e6180430a2f2addc0b6a6efdf
parent6198bc98bea5034277de2ef1bec34929c9346894
tests: add grpc unit test

Test uses staticd which required some C++ header protections.
Additionally, the test also runs in the ubuntu20 docker container as
grpc is supported there by the packaging system.

Signed-off-by: Christian Hopps <chopps@labn.net>
14 files changed:
docker/ubuntu20-ci/Dockerfile
lib/routing_nb.h
lib/zebra.h
staticd/static_debug.h
staticd/static_nb.h
staticd/static_nht.h
staticd/static_routes.h
staticd/static_vrf.h
staticd/static_vty.h
staticd/static_zebra.c
staticd/static_zebra.h
tests/lib/test_grpc.cpp [new file with mode: 0644]
tests/lib/test_grpc.py [new file with mode: 0644]
tests/subdir.am