Some major restructuring

Updated README with some warnings.
Added data-plane-only class to allow controlling the dataplane
ports without needing a controller connection.
Subclassed this to allow sending only a packet without doing
any flow mods; both tagged or untagged.
Added the ability to pass a parameter to a test through th
config structure.  Use --param=N.
Used the above to set the VLAN id in a tagged pkt in the new test.
Break up description/name in --list when name is long

Restructured pktact.py into different routines, moving a lot of
the base functionality into testutils.py.  This allows packet
modification tests to be done independently.

In the process, added support for using tagged and untagged
packets in the tests.  Several tests remain to be implemented.
5 files changed
tree: b75ed8840a4b9b85756eb3055154035a3b6408e1
  1. LICENSE
  2. README
  3. doc/
  4. src/
  5. tests/
  6. tools/