The unixctl library had used the vde2 management protocol since the
early days of Open vSwitch. As Open vSwitch has matured, several
Python daemons have been added to the code base which would benefit
from a unixctl implementations. Instead of implementing the old
unixctl protocol in Python, this patch changes unixctl to use JSON
RPC for which we already have an implementation in both Python and
C. Future patches will need to implement a unixctl library in
Python on top of JSON RPC.
Signed-off-by: Ethan Jackson <ethan@nicira.com>
These tests would have caught the flow statistics bug introduced by commit
501f8d1fd7 (ofproto-dpif: Batch interacting with the dpif on flow miss
operations.)
Signed-off-by: Ben Pfaff <blp@nicira.com>