From 1813672eb9f6988046bc65167235ae37b088298c Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 9 Dec 2016 18:11:53 +0100 Subject: 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 --- resources/libraries/robot/honeycomb/sub_interface.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'resources/libraries/robot/honeycomb/sub_interface.robot') diff --git a/resources/libraries/robot/honeycomb/sub_interface.robot b/resources/libraries/robot/honeycomb/sub_interface.robot index e9b8aeb008..4a9f5c403b 100644 --- a/resources/libraries/robot/honeycomb/sub_interface.robot +++ b/resources/libraries/robot/honeycomb/sub_interface.robot @@ -68,7 +68,6 @@ | | ${api_data}= | interfaceAPI.Get sub interface oper data | | ... | ${node} | ${super_interface} | ${identifier} | | interfaceAPI.Compare Data Structures | ${api_data} | ${sub_if_settings} -| | ... | list_order=${False} | Sub-interface configuration from Honeycomb should be empty | | [Documentation] | Retrieves sub-interface configuration through Honeycomb \ @@ -391,7 +390,7 @@ | | ${api_data}= | interfaceAPI.Get tag rewrite oper data | | ... | ${node} | ${super_if} | ${identifier} | | interfaceAPI.Compare Data Structures -| | ... | ${api_data} | ${settings} | list_order=${False} +| | ... | ${api_data} | ${settings} | Rewrite tag from VAT should be | | [Documentation] | Retrieves sub-interface configuration through VAT and\ -- cgit 1.2.3-korg