diff options
author | selias <samelias@cisco.com> | 2016-10-17 10:16:28 +0200 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2016-10-20 08:54:39 +0000 |
commit | 811b8dc97ccf12952d5ec460bb0a421ce8933326 (patch) | |
tree | a9641ca87f2dbbd40fcf0144542765572b0f2400 /resources/libraries/robot | |
parent | 21921596d22a72cc4e4f7dee172ff17d1e5853cd (diff) |
CSIT-427: Honeycomb ietf-ACL tests - mixed layers
- add test cases for mixing L2 and L3 rules
- update methods with mixed-acl functionality
- update test variables
Change-Id: I2aaa3033eede609627f751ea896e098548ffae98
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/access_control_lists.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/honeycomb/access_control_lists.robot b/resources/libraries/robot/honeycomb/access_control_lists.robot index 0898a9339e..5c60af30ab 100644 --- a/resources/libraries/robot/honeycomb/access_control_lists.robot +++ b/resources/libraries/robot/honeycomb/access_control_lists.robot @@ -376,10 +376,10 @@ | | ... | \| acl_test \| permit \| | | [Arguments] | | ... | ${node} | ${interface} | ${layer} | ${direction} | ${acl_list_name} -| | ... | ${default-action} +| | ... | ${default-action} | ${mode}=${None} | | Set IETF interface ACL | | ... | ${node} | ${interface} | ${layer} | ${direction} | ${acl_list_name} -| | ... | ${default-action} +| | ... | ${default-action} | ${mode} | Clear IETF-ACL settings | | [Documentation] | Removes ACl assignment from interface, then deletes\ |