From 9ce4ca3b24e45bc9c4ad06e09829ccba1addbd62 Mon Sep 17 00:00:00 2001 From: selias Date: Thu, 19 Oct 2017 10:56:02 +0200 Subject: [PATCH 1/1] HC Test: Fix expected error when ACL table should be empty Due to VATExecutor changes in https://gerrit.fd.io/r/8679 Change-Id: Iaecf6ff7b2562ff111a3afbce0ecbb2df00c62a9 Signed-off-by: selias --- resources/libraries/robot/honeycomb/access_control_lists.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/robot/honeycomb/access_control_lists.robot b/resources/libraries/robot/honeycomb/access_control_lists.robot index 3f0b3d0592..4a68878144 100644 --- a/resources/libraries/robot/honeycomb/access_control_lists.robot +++ b/resources/libraries/robot/honeycomb/access_control_lists.robot @@ -170,7 +170,7 @@ | | ... | \| ACL table from VAT should not exist \| ${nodes['DUT1']} \ | | ... | \| ${0} \| | | [Arguments] | ${node} | ${table_index} -| | Run keyword and expect error | VAT: no JSON data. +| | Run keyword and expect error | * | | ... | Get classify table data | ${node} | ${table_index} | ACL session from Honeycomb should be -- 2.16.6