X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fhoneycomb%2Ffunc%2Fmgmt-cfg-acl-apihc-apivat-func.robot;h=86e878804416f7372e429b86d77138d8f7d3c96d;hp=3f209e3562841bb2eed718e27e442583cbdaf48b;hb=10e0393fde6d919cf0e5848bc5e506d981642ef8;hpb=a8b330a297d085a217ecdb39a74130ee0626b16e diff --git a/tests/honeycomb/func/mgmt-cfg-acl-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-acl-apihc-apivat-func.robot index 3f209e3562..86e8788044 100644 --- a/tests/honeycomb/func/mgmt-cfg-acl-apihc-apivat-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-acl-apihc-apivat-func.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Cisco and/or its affiliates. +# Copyright (c) 2019 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -81,22 +81,22 @@ | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session} | | Then ACL session from Honeycomb should be | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session} -| | And ACL session from VAT should be -| | ... | ${node} | ${table_index} | ${session_index} | ${vat_acl_session} +| | And ACL session from PAPI should be +| | ... | ${node} | ${table_index} | ${vat_acl_session} | TC05: Honeycomb can remove ACL session | | [Documentation] | Check if Honeycomb API can remove an ACL session. | | ... | | Given ACL session from Honeycomb should be | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session} -| | And ACL session from VAT should be -| | ... | ${node} | ${table_index} | ${session_index} | ${vat_acl_session} +| | And ACL session from PAPI should be +| | ... | ${node} | ${table_index} | ${vat_acl_session} | | When Honeycomb removes ACL session | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session['match']} | | Then ACL session from Honeycomb should not exist | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session['match']} -| | And ACL session from VAT should not exist -| | ... | ${node} | ${table_index} | ${session_index} +| | And ACL session from PAPI should not exist +| | ... | ${node} | ${table_index} | TC06: Honeycomb manages more than one ACL session on one table | | [Documentation] | Check if Honeycomb API can add another ACL session\ @@ -104,20 +104,20 @@ | | ... | | Given ACL session from Honeycomb should not exist | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session['match']} -| | And ACL session from VAT should not exist -| | ... | ${node} | ${table_index} | ${session_index} +| | And ACL session from PAPI should not exist +| | ... | ${node} | ${table_index} | | When Honeycomb adds ACL session | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session} | | And Honeycomb adds ACL session | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session2} | | Then ACL session from Honeycomb should be | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session} -| | And ACL session from VAT should be -| | ... | ${node} | ${table_index} | ${session_index} | ${vat_acl_session} +| | And ACL session from PAPI should be +| | ... | ${node} | ${table_index} | ${vat_acl_session} | | And ACL session from Honeycomb should be | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session2} -| | And ACL session from VAT should be -| | ... | ${node} | ${table_index} | ${session_index2} | ${vat_acl_session2} +| | And ACL session from PAPI should be +| | ... | ${node} | ${table_index} | ${vat_acl_session2} | TC07: Honeycomb enables ACL on interface | | [Documentation] | Check if Honeycomb API can enable ACL on an interface. @@ -127,8 +127,8 @@ | | ... | ${node} | ${table_index} | ${vat_acl_table} | | And ACL session from Honeycomb should be | | ... | ${node} | ${hc_acl_table['name']} | ${hc_acl_session} -| | And ACL session from VAT should be -| | ... | ${node} | ${table_index} | ${session_index} | ${vat_acl_session} +| | And ACL session from PAPI should be +| | ... | ${node} | ${table_index} | ${vat_acl_session} | | When Honeycomb enables ACL on interface | | ... | ${node} | ${interface} | ${hc_acl_table['name']} | | Then Interface ACL configuration from Honeycomb should be