Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is also supported to specify different .topo and .params files from command line by using "--topo-file" and "--params-file" options.

Example:

Code Block
languagepy
# The following command will run SRMulticast test with "SRMulticast.topo.flex" topo file
$ ./cli.py run SRMulticast --topo-file SRMulticast.topo.flex

...