summaryrefslogtreecommitdiffstats
path: root/tests/topotests/README.md
diff options
context:
space:
mode:
authorMartin Winter <mwinter@netdef.org>2016-11-18 01:10:38 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-11-28 02:22:10 +0100
commit8ab9a376691468ba5b68e3bf6dabf95a51a518b0 (patch)
treec44f52020a5abadbc498324f85466b98c09651ac /tests/topotests/README.md
parentInitial commit with first OSPFv6 Topology Test (diff)
downloadfrr-8ab9a376691468ba5b68e3bf6dabf95a51a518b0.tar.xz
frr-8ab9a376691468ba5b68e3bf6dabf95a51a518b0.zip
Cleanup README and a reference to License
Diffstat (limited to 'tests/topotests/README.md')
-rw-r--r--tests/topotests/README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/tests/topotests/README.md b/tests/topotests/README.md
index 75807c1ce..f9c907926 100644
--- a/tests/topotests/README.md
+++ b/tests/topotests/README.md
@@ -3,7 +3,8 @@
## Installation of Mininet for running tests
Only tested with Ubuntu 16.04
-Instructions are the same for all setups (ie ExaBGP is only used for BGP tests)
+Instructions are the same for all setups (ie ExaBGP is only used for BGP
+tests)
### Installing Mininet Infrastructure:
@@ -15,7 +16,8 @@ Instructions are the same for all setups (ie ExaBGP is only used for BGP tests)
6. useradd -d /var/run/exabgp/ -s /bin/false exabgp
### Quagga Installation
-Quagga needs to be installed separatly. It is assume to be configured like the standard Ubuntu Packages:
+Quagga needs to be installed separatly. It is assume to be configured
+like the standard Ubuntu Packages:
- Binaries in /usr/lib/quagga
- Running under user quagga, group quagga
@@ -31,3 +33,12 @@ Go to test directory and execute python script.
Test will run all on it's own and return non-zero exit code if it fails.
For the simulated topology, see the description in the python file
+
+If you need to clear the mininet setup between tests (if it isn't cleanly
+shutdown), then use the `mn -c` command to clean up the environment
+
+## License
+
+All the configs and scripts are licensed under a ISC-style license. See
+Python scripts for details.
+