summaryrefslogtreecommitdiffstats
path: root/tests/zebra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zebra, test: mark mpls label chunks as dynamic or staticPhilippe Guibert2023-10-181-1/+1
| | | | | | | | | | | | The zebra label manager stores the mpls label chunks, but does not record if the label request was for a dynamic or a static chunk. For all label requests accepted, mark the label chunk if the 'base' parameter is set to MPLS_LABEL_BASE_ANY, unmark it otherwise. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
| | | | | | Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: break up tests/subdir.amDavid Lamparter2021-11-111-0/+17
| | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* tests: We follow strict prototyping rulesDonald Sharp2021-09-091-3/+3
| | | | | | | Compiling with -Wstrict-prototypes is causing some complaints during compiling. Make things happy. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* tests: add test for labelmanager pluginPat Ruddy2021-01-053-0/+141
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>