loxi-prep: rename stats reply 'stats' field to 'entries' to match PyLoxi
diff --git a/tests/load.py b/tests/load.py
index 7179914..3b72f72 100644
--- a/tests/load.py
+++ b/tests/load.py
@@ -203,7 +203,7 @@
# Some switches report an extremely high max_entries that would cause
# us to run out of memory attempting to create all the flow-mods.
- num_flows = min(msg.stats[0].max_entries, 32678)
+ num_flows = min(msg.entries[0].max_entries, 32678)
logging.info("Creating %d flow-mods messages", num_flows)