commit | 63393495124c77d79b2319d96550a8bc3ab6e35b | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Fri Jan 11 09:21:12 2013 -0800 |
committer | Rich Lane <rich.lane@bigswitch.com> | Fri Jan 11 09:24:31 2013 -0800 |
tree | 8e0e80d75de6925e5d081544bb654a48d30f093d | |
parent | 2fe6beac0c69eb9108be08112b1e9d727ff11d4c [diff] [blame] |
of12: remove redundant action_ prefix from action classes
diff --git a/tests-1.2/basic.py b/tests-1.2/basic.py index 2321da8..76a5a16 100644 --- a/tests-1.2/basic.py +++ b/tests-1.2/basic.py
@@ -108,7 +108,7 @@ msg = ofp.message.packet_out() msg.in_port = ofp.OFPP_CONTROLLER msg.data = str(outpkt) - act = ofp.action.action_output() + act = ofp.action.output() act.port = dp_port self.assertTrue(msg.actions.add(act), 'Could not add action to msg')