aboutsummaryrefslogtreecommitdiffstats
path: root/resources/test_data/honeycomb/acl.py
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2016-12-09 18:11:53 +0100
committerselias <samelias@cisco.com>2016-12-16 12:13:53 +0100
commit1813672eb9f6988046bc65167235ae37b088298c (patch)
treea6850005d93098cfe84bf13e0b40ddf702ecfbf4 /resources/test_data/honeycomb/acl.py
parentcf561a6e3d4c4fbd78ab6c9d0a9aa817bb3300fc (diff)
CSIT-424: HC Test: JSON comparison function rework
When comparing multi-level JSON trees, the exceptions raised carry more useful information. Keys and values not present in reference data are ignored. No longer puts chunks of honeycomb's log file into robot report. The entire log file will be archived after https://gerrit.fd.io/r/4171 Change-Id: Ib597080fa3d9b2c43463c76ee0d52f317ea072e7 Signed-off-by: selias <samelias@cisco.com>
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",