From 10e0393fde6d919cf0e5848bc5e506d981642ef8 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 14 Jun 2019 09:26:38 +0200 Subject: VAT-to-PAPI: Classify Change-Id: Ic06a0a65429680e6ecdc3f5288d091c2c2630921 Signed-off-by: Tibor Frank --- .../func/mgmt-cfg-acl-apihc-apivat-func.robot | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'tests/honeycomb') 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 -- cgit 1.2.3-korg