...
Code Block | ||||
---|---|---|---|---|
| ||||
# git clone git://github.com/floodlight/oftest
# cd oftest
# make -C tools/munger
Make sure the switch you want to test is running --
see (4) below for the reference switch example.
# ./oft --list
# sudo ./oft --test-spec=Echo
# sudo ./oft --verbose --log-file=""
# sudo ./oft --test-spec=<mod> --platform=remote --host=...
|
...