Versions Compared

Key

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

...

Code Block
languagebash
$ 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_too repository
$ ~/mininet/utilcd util
$ ./install.sh -a									# install all modules

 

Clone "OnosSystemtest" to TestStation 

...