loxi-prep: rename users of ofp_match
diff --git a/tests/flow_stats.py b/tests/flow_stats.py
index 906ad4e..63911e6 100644
--- a/tests/flow_stats.py
+++ b/tests/flow_stats.py
@@ -411,7 +411,7 @@
"""
def runTest(self):
delete_all_flows(self.controller)
- match = ofp.ofp_match()
+ match = ofp.match()
match.wildcards = 0
stat_req = ofp.message.flow_stats_request()
stat_req.match = match
@@ -431,7 +431,7 @@
"""
def runTest(self):
delete_all_flows(self.controller)
- match = ofp.ofp_match()
+ match = ofp.match()
match.wildcards = 0
stat_req = ofp.message.aggregate_stats_request()
stat_req.match = match