diff --git a/examples/bigTreePing64.py b/examples/treePing64.py similarity index 86% rename from examples/bigTreePing64.py rename to examples/treePing64.py index 2e3d6588bb83ad935eff25a8b01b387d26fe8257..2673af0cc795f80de007cf58407bae1a0b1dadfd 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