mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-06 08:36:29 +00:00
|
|
||
|---|---|---|
| .. | ||
| compile_frr.sh | ||
| docker.sh | ||
| entrypoint.sh | ||
| funcs.sh | ||
| motd.txt | ||
| README.md | ||
| topotests_run.sh | ||
Topotests in Docker
This is folder contains auxiliary scripts to automate or help deploying topology tests under Docker on a standardized Ubuntu environment.
Files description:
- funcs.sh: shared bash code
- docker.sh: builds docker image to run topotests
- compile_frr.sh: compile FRR sources (should be used by
topotests_run.sh) - topotests_run.sh: runs topotest image with the selected command
Running Topotests in Docker
All you need to run topotests in Docker is:
- Have Docker installed (tested against docker-ce1)
- Build the topotest images
- Have the FRR/Topotest sources cloned in your machine
Review and configure your sources folder in topotests_run.sh.