commit | e5779d33367b23c44e9794a1d1bfca5e3892b20a | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Fri Oct 05 17:56:04 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Fri Oct 05 18:10:21 2012 -0700 |
tree | 1ce35ac68a0221ab53da3599bcced18d22c40ce8 | |
parent | 2014f9b1c88efef6116d5b3f5dae552e5c9741c6 [diff] [blame] |
fix pylint errors Also removed some testutils code that must have been dead because it had rotten.
diff --git a/tests/pktact.py b/tests/pktact.py index a68e773..10dbdb3 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -424,6 +424,7 @@ exp_pkt_arg = None exp_port = None + count = 0 while True: (response, raw) = self.controller.poll(ofp.OFPT_PACKET_IN) if not response: # Timeout