mirror_frr/tests/topotests/docker
Christian Franke 1ab13617bf Docker: really cleanup when TOPOTEST_CLEAN is specified
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
2018-11-29 16:51:27 +01:00
..
compile_frr.sh Docker: really cleanup when TOPOTEST_CLEAN is specified 2018-11-29 16:51:27 +01:00
docker.sh Docker: Update buildscript not to delete old images 2018-11-29 16:51:27 +01:00
entrypoint.sh Docker: Update buildscripts to be more efficient 2018-11-29 16:51:27 +01:00
frr-topotests.sh Docker: Call the run script frr-topotests.sh 2018-11-29 16:51:27 +01:00
funcs.sh Docker: Update buildscripts to be more efficient 2018-11-29 16:51:27 +01:00
motd.txt Docker: Update buildscripts to be more efficient 2018-11-29 16:51:27 +01:00
README.md Docker: Call the run script frr-topotests.sh 2018-11-29 16:51:27 +01:00

Topotests in Docker

Usage

If you have Docker installed, you can run the topotests in Docker. The easiest way to do this, is to use the frr-topotests.sh script from this repository:

wget -O /usr/local/bin/frr-topotests \
    https://raw.githubusercontent.com/frrouting/topotests/master/docker/frr-topotests.sh
chmod +x /usr/local/bin/frr-topotests

Once this script is in place, simply run it while you are inside your FRR repository:

frr-topotests

It should build FRR inside of the container and run the topotests on it.