commit | 0080c05084d60556834893eab121944508b42530 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Sun Nov 24 12:13:26 2013 -0800 |
committer | abat <abat@bigswitch.com> | Sun Nov 24 12:13:26 2013 -0800 |
tree | 4c88b9aadf7693cbd7f659e5d1e6ff69122af6ed | |
parent | 58ea4c57f8fb758b672c8147064c39db3d3a375e [diff] | |
parent | 5de5e63745034c47fff2ce1c92b9332b74fb937c [diff] |
Merge into master from pull request #88: update pyloxi (https://github.com/floodlight/oftest/pull/88)
diff --git a/src/python/oftest/testutils.py b/src/python/oftest/testutils.py index 743e4e7..e8498d5 100644 --- a/src/python/oftest/testutils.py +++ b/src/python/oftest/testutils.py
@@ -55,8 +55,7 @@ """ logging.info("Deleting all groups") - msg = ofp.message.group_mod( - command=ofp.OFPGC_DELETE, group_id=ofp.OFPG_ALL) + msg = ofp.message.group_delete(group_id=ofp.OFPG_ALL) ctrl.message_send(msg) do_barrier(ctrl)