summaryrefslogtreecommitdiff
path: root/tests/topotests/grpc_basic/test_basic_grpc.py
AgeCommit message (Collapse)Author
2025-01-16tests: fix missed grpc test requirement for frr-backend additionChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2024-06-17tests: Avoid importing unused modulesY Bharath
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
2024-05-15tests: improve the grpc query client and topotestChristian Hopps
- Add separate get, get-config, get-state operations to query command, as well as switching default output to JSON. - Add an `--xml` to change the output format. - move printss to logging.debug so output is a machine parseable result. Signed-off-by: Christian Hopps <chopps@labn.net>
2024-03-21grpc: fix grpc for various failuresChristian Hopps
lib: don't define a `fallthrough` in c++ to avoid conflict with protobuf c++ check: add link libs required by some versions of grpc++ or it's dependent linked libs tests: don't fail the test due to known at exit memleaks Signed-off-by: Christian Hopps <chopps@labn.net>
2024-01-08tests: Add mgmtd to the official pytest.mark listDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-04-19*: Fix spelling of intefaceDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2022-03-14tests: new grpc topotestChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>