]> git.puffer.fish Git - mirror/frr.git/commit
tests: add test for labelmanager plugin 7816/head
authorPat Ruddy <pat@voltanet.io>
Tue, 5 Jan 2021 17:18:39 +0000 (17:18 +0000)
committerPat Ruddy <pat@voltanet.io>
Tue, 5 Jan 2021 18:20:50 +0000 (18:20 +0000)
commitcdb2af427ab93cd45f21a6fc55fc19e52d83bc1d
tree9048480a62d1cb8d069cd4c05b2c4d24017cac02
parent507d2737d685bb1e94ec8682a020c7aaae131421
tests: add test for labelmanager plugin

An external label manager plugin may want to use the following
functions:
    - create_label_chunk
    - assign_label_chunk
    - delete_label_chunk
    - release_label_chunk
This test ensures that they are externally visible.

Signed-off-by: Pat Ruddy <pat@voltanet.io>
tests/.gitignore
tests/subdir.am
tests/zebra/test_lm_plugin.c [new file with mode: 0644]
tests/zebra/test_lm_plugin.py [new file with mode: 0644]
tests/zebra/test_lm_plugin.refout [new file with mode: 0644]