diff options
author | 2017-10-19 10:56:02 +0200 | |
---|---|---|
committer | 2017-10-19 11:19:36 +0000 | |
commit | 7c9444029a765a14b0fc57e9abf1d59d157e05f4 (patch) | |
tree | 903f38c054b71be704702593cf115168be44139a | |
parent | 3b2b927976d8fc5254ebd86b3483a91b98341a3a (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>
-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 |