summaryrefslogtreecommitdiff
path: root/tests/lib/test_grpc.py
AgeCommit message (Collapse)Author
2022-03-29tests: skip grpc test if frr not installedQuentin Young
it wants yang models installed which will only be there if frr has been installed before, causing `make check` to fail when run on a system on which frr has not been installed when GRPC is enabled (--enable-grpc) Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2022-03-14tests: lib: fix grpc unit-testChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2021-06-06tests: add grpc unit testChristian Hopps
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>