]> git.puffer.fish Git - mirror/frr.git/commit
tests: skip grpc test if frr not installed 10925/head
authorQuentin Young <qlyoung@nvidia.com>
Tue, 29 Mar 2022 20:16:35 +0000 (16:16 -0400)
committerQuentin Young <qlyoung@nvidia.com>
Tue, 29 Mar 2022 20:16:35 +0000 (16:16 -0400)
commit9d3a0212621e6c2f41c19223843f66473299f3eb
tree11f65d0ef063a17a2aeace81e479f1d4ae99f772
parent403715424069cbf831bd532c615d36d83e5c6c1c
tests: skip grpc test if frr not installed

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>
tests/lib/test_grpc.py