diff options
author | selias <samelias@cisco.com> | 2016-10-19 17:40:37 +0200 |
---|---|---|
committer | selias <samelias@cisco.com> | 2016-10-20 10:56:20 +0200 |
commit | 4a16abbba4ffac705b3ac389421dd21e78457cc0 (patch) | |
tree | b19926bc6a46372e2d4ecc8b6374240f14d5936f /resources/libraries/robot/honeycomb | |
parent | 811b8dc97ccf12952d5ec460bb0a421ce8933326 (diff) |
CSIT-427: Honeycomb ietf-ACL tests - L4 and misc.
- add test cases for:
L4 port range ACLs
multiple classify rules
L2 ACL on egress interface
- add L4 configuration to mixed ACL test
- add test variables for new test cases
- update HTTPRequests to treat code 201 as a positive response
Change-Id: If43007545fec174af12dab594f8a1b15b2e4a536
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb')
-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 5c60af30ab..7072f597c4 100644 --- a/resources/libraries/robot/honeycomb/access_control_lists.robot +++ b/resources/libraries/robot/honeycomb/access_control_lists.robot @@ -172,7 +172,7 @@ | | ... | \| ACL table from VAT should not exist \| ${nodes['DUT1']} \ | | ... | \| ${0} \| | | [Arguments] | ${node} | ${table_index} -| | Run keyword and expect error | No JSON data. +| | Run keyword and expect error | VAT: no JSON data. | | ... | Get classify table data | ${node} | ${table_index} | ACL session from Honeycomb should be |