diff options
author | Christian Hopps <chopps@labn.net> | 2024-01-30 09:06:11 +0100 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2024-01-30 20:54:47 +0100 |
commit | cb3242f6976008292c7a6732e149fe21f66ddfa6 (patch) | |
tree | 426e23eb01fa3c7fb7ea4d35d21e37026e7932ea /.gitignore | |
parent | lib: mgmtd: add YANG notification support (diff) | |
download | frr-cb3242f6976008292c7a6732e149fe21f66ddfa6.tar.xz frr-cb3242f6976008292c7a6732e149fe21f66ddfa6.zip |
tests: add YANG notification test
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a66e3ccd3..07cdb11a2 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,4 @@ refix /test-suite.log pceplib/test/*.log pceplib/test/*.trs +/tests/topotests/lib/mgmt_pb2.py |