diff --git a/examples/bigTreePing64.py b/examples/treePing64.py similarity index 86% rename from examples/bigTreePing64.py rename to examples/treePing64.py index 2e3d658..2673af0 100755 --- a/examples/bigTreePing64.py +++ b/examples/treePing64.py @@ -1,7 +1,6 @@ #!/usr/bin/python -"""Create a tree network of depth 4 and fanout 2, and - test connectivity using pingTest.""" +"Create a 64-node tree network, and test connectivity using pingTest." from mininet import init, TreeNet, pingTestVerbose