aboutsummaryrefslogtreecommitdiffstats
path: root/resources/test_data/honeycomb/acl.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/test_data/honeycomb/acl.py')
-rw-r--r--resources/test_data/honeycomb/acl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/test_data/honeycomb/acl.py b/resources/test_data/honeycomb/acl.py
index 227330c2a9..ee7f9525b8 100644
--- a/resources/test_data/honeycomb/acl.py
+++ b/resources/test_data/honeycomb/acl.py
@@ -17,7 +17,6 @@
hc_acl_table = {
"name": "acl_table_test",
"nbuckets": 1,
- "memory_size": 100000,
"skip_n_vectors": 0,
"miss_next": "permit",
"mask": "00:00:00:00:00:00:ff:ff:ff:ff:ff:ff:00:00:00:00"
@@ -26,7 +25,6 @@ hc_acl_table = {
hc_acl_table2 = {
"name": "acl_table_test2",
"nbuckets": 2,
- "memory_size": 100000,
"skip_n_vectors": 1,
"next_table": "acl_table_test",
"miss_next": "deny",