diff options
author | Christian Franke <chris@opensourcerouting.org> | 2018-12-01 16:33:34 +0100 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2018-12-01 16:33:34 +0100 |
commit | b25e517b61dec86eac51f1309ddad3def78cafb1 (patch) | |
tree | 601c608b6559585f8385d99742c7f77a7cee194d /tests/topotests/README.md | |
parent | Merge pull request #3378 from opensourcerouting/remove-config-lock (diff) | |
download | frr-b25e517b61dec86eac51f1309ddad3def78cafb1.tar.xz frr-b25e517b61dec86eac51f1309ddad3def78cafb1.zip |
tests/topotests: Update documentation
The documentation needs an update to match the integrated version.
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/README.md')
-rw-r--r-- | tests/topotests/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/topotests/README.md b/tests/topotests/README.md index 3f1323c21..a495675ee 100644 --- a/tests/topotests/README.md +++ b/tests/topotests/README.md @@ -1,5 +1,10 @@ # FRRouting Topology Tests with Mininet +## Running tests with docker + +There is a docker image which allows to run topotests. Instructions can be +found [here](docker/README.md). + ## Guidelines Instructions for use, write or debug topologies can be found in the @@ -11,11 +16,6 @@ that does what you need. If nothing is similar, then you may create a new topology, preferably, using the newest [template](example-test/test_template.py). -## Running tests with docker - -There is a docker image which allows to run topotests. Instructions can be -found [here](docker/README.md). - ## Installation of Mininet for running tests Only tested with Ubuntu 16.04 and Ubuntu 18.04 (which uses Mininet 2.2.x) |