]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/docker/README.md
b506fd6fb16194a40431aeb728c15227d739eed6
[mirror_frr.git] / tests / topotests / docker / README.md
1 # Topotests in Docker
2
3 ## Usage
4
5 If you have Docker installed, you can run the topotests in Docker.
6 The easiest way to do this, is to use the `frr-topotests.sh` script
7 from this repository:
8
9 ```console
10 wget -O /usr/local/bin/frr-topotests \
11 https://raw.githubusercontent.com/frrouting/topotests/master/docker/frr-topotests.sh
12 chmod +x /usr/local/bin/frr-topotests
13 ```
14
15 Once this script is in place, simply run it while you are inside your FRR repository:
16
17 ```
18 frr-topotests
19 ```
20
21 It should build FRR inside of the container and run the topotests on it.