Skip to content
cschlesi edited this page Oct 2, 2012 · 1 revision

The netcore/examples directory contains several NetCore programs (in Haskell, of course) coupled with Mininet topologies defined in Python.

The MininetTests.py file uses Python's pytest unit test framework to run the repeater, query1, and learning switch examples.

# Enter the directory
cd netcore/examples

# Build the examples
cabal-dev install . ..

# Run the tests
sudo ./MininetTests.py
Clone this wiki locally