X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Faccess_control_lists.robot;h=a62ea0f2e8baa820657ba01e92c422c2e7f9b45c;hp=29af35f0f5cbf183cc195c6ec82c4d31d4e8e015;hb=4f4eaa1d52f3bdbe3caecdc1d6a024c369a2834a;hpb=005e7e00d0e9b9d4c0796c998b88d639ee316033 diff --git a/resources/libraries/robot/honeycomb/access_control_lists.robot b/resources/libraries/robot/honeycomb/access_control_lists.robot index 29af35f0f5..a62ea0f2e8 100644 --- a/resources/libraries/robot/honeycomb/access_control_lists.robot +++ b/resources/libraries/robot/honeycomb/access_control_lists.robot @@ -155,7 +155,7 @@ | | ... | \| ACL table from Honeycomb should not exist \| ${nodes['DUT1']} \ | | ... | \| table0 \| | | [Arguments] | ${node} | ${table_name} -| | Run keyword and expect error | ValueError: No JSON object could be decoded +| | Run keyword and expect error | * | | ... | Get classify table oper data | ${node} | ${table_name} | ACL table from VAT should not exist @@ -271,8 +271,8 @@ | | ${data}= | InterfaceAPI.Get interface oper data | ${node} | ${interface} | | Should be equal | | ... | ${table_name} -| | ... | ${data['v3po:acl']['ingress']['l2-acl']['classify-table']} -| | ... | ${data['v3po:acl']['ingress']['ip4-acl']['classify-table']} +| | ... | ${data['vpp-interface-acl:acl']['ingress']['l2-acl']['classify-table']} +| | ... | ${data['vpp-interface-acl:acl']['ingress']['ip4-acl']['classify-table']} | Interface ACL settings from VAT should be | | [Documentation] | Retrieves ACL interface settings from VAT\ @@ -306,8 +306,9 @@ | | ... | \| ${nodes['DUT1']} \| GigabithEthernet0/8/0 \| | | [Arguments] | ${node} | ${interface} | | ${data}= | InterfaceAPI.Get interface oper data | ${node} | ${interface} -| | Run keyword and expect error | *KeyError: 'v3po:acl' -| | ... | Set Variable | ${data['v3po:acl']['l2-acl']['classify-table']} +| | Run keyword and expect error | *KeyError: 'vpp-interface-acl:acl' +| | ... | Set Variable +| | ... | ${data['vpp-interface-acl:acl']['l2-acl']['classify-table']} | Interface ACL settings from VAT should be empty | | [Documentation] | Retrieves ACL interface settings from VAT\