diff options
author | Christian Franke <chris@opensourcerouting.org> | 2018-10-18 13:48:55 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2018-11-29 16:51:27 +0100 |
commit | 4242d6e2ae668ea6761db039f9f06e56f7416107 (patch) | |
tree | 9955599f062c36889bfa385b5dc1bdf7e6827646 /tests/topotests/README.md | |
parent | Docker: move openvswitch setup to separate script (diff) | |
download | frr-4242d6e2ae668ea6761db039f9f06e56f7416107.tar.xz frr-4242d6e2ae668ea6761db039f9f06e56f7416107.zip |
Docker: Use pytest as default command
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/README.md')
-rw-r--r-- | tests/topotests/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/topotests/README.md b/tests/topotests/README.md index 47668f4bb..3f1323c21 100644 --- a/tests/topotests/README.md +++ b/tests/topotests/README.md @@ -11,6 +11,10 @@ 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) |