Versions Compared

Key

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

...

Clone Mininet to TestStation and run the install script

Code Block
languagebash
$ cd ~
$ git clone https://github.com/jhall11/mininet.git	# Clone the repository
$ cd mininet
$ git branch -v -a									# Show all the remote repositories
$ git checkout dynamic_topo origin/dynamic_topo		# Checkout the dynamic_tootopo repository
$ cd util
$ sudo ./install.sh -a									# install all modules

NOTE: If you have a different repo of Mininet, we recommend removing it and re-cloning the one listed above. You will also need to remove these packages from your home dir: pox, loxigen, openflow, flop, oftest, openvswitch, and any other package that mininet installs. Refer to this page if you any questions http://mininet.org/download/.

 

Clone "OnosSystemtest" to TestStation 

...