]> git.ipfire.org Git - thirdparty/bird.git/commit
Netlab tests can be called from this repository.
authorMaria Matejka <mq@ucw.cz>
Tue, 8 Nov 2022 10:26:11 +0000 (11:26 +0100)
committerMaria Matejka <mq@ucw.cz>
Wed, 9 Nov 2022 10:39:01 +0000 (11:39 +0100)
commit01021b2e54fc11cf41cb181ba77c4a06f3928711
treec26c77d6cec0e7364dcd6f9dc908dc326d7f7ad5
parent84545a26cc3f7ce68408a663c1ad4a50edccdacc
Netlab tests can be called from this repository.

To allow this, I added bird-tools as a submodule (aux-tools). To run
netlab tests, call

make aux-test-prepare
make netlab-tests

and wait patiently until all the tests finish.

You may also request single netlab tests:

make netlab-test-ospf-base

To rerun the tests, run

make netlab-tests-reset

and all the test results are wiped to run a fresh batch.
.gitlab-ci.yml
.gitmodules [new file with mode: 0644]
Makefile.in
aux-tools [new submodule]
configure.ac