diff options
author | selias <samelias@cisco.com> | 2017-10-19 10:56:02 +0200 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2017-10-19 09:03:41 +0000 |
commit | 9ce4ca3b24e45bc9c4ad06e09829ccba1addbd62 (patch) | |
tree | 5b067f0f6112b3b4863eb0484f99c630a7282dc2 /resources | |
parent | 9d62c4fa8023daaf4aa6426b9648279df51dad03 (diff) |
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 <samelias@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/robot/honeycomb/access_control_lists.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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 |