diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-08 12:27:32 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-09 08:09:21 +0200 |
commit | aa25184f3f0925b789de52296053dd51e2bf8684 (patch) | |
tree | f6291f8da0e2367c4714239b9f76bff46599ff35 /resources/libraries/robot/honeycomb/l2_fib.robot | |
parent | 5e6145a4260ffce1c302e94b9b241851f90838e1 (diff) |
Fix l2 Honeycomb tests
Change-Id: Ic75a9279fffe3a5d11211f4e57fc635d7d33ee5f
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb/l2_fib.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/l2_fib.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/libraries/robot/honeycomb/l2_fib.robot b/resources/libraries/robot/honeycomb/l2_fib.robot index 6889fb2af4..d103d41de6 100644 --- a/resources/libraries/robot/honeycomb/l2_fib.robot +++ b/resources/libraries/robot/honeycomb/l2_fib.robot @@ -149,7 +149,7 @@ | | ... | Modify L2 FIB Entry | | ... | ${node} | ${bd_name} | ${mac} | ${param} | ${value} -| L2 FIB entry from VAT should be +| L2 FIB entry from PAPI should be | | [Documentation] | Retrieves the operational data about the specified L2 \ | | ... | FIB entry using Python API and checks if it is as expected. | | ... @@ -159,7 +159,7 @@ | | ... | - l2_fib_ref_data - L2 FIB entry referential data. Type: dictionay | | ... | | ... | *Example:* -| | ... | \| L2 FIB entry from VAT should be \ +| | ... | \| L2 FIB entry from PAPI should be \ | | ... | \| ${nodes['DUT1']} \| test_bd \| ${l2_fib_forward_oper} \| | | ... | | [Arguments] | ${node} | ${bd_index} | ${l2_fib_ref_data} @@ -168,7 +168,7 @@ | | ... | ${l2_fib_ref_data['mac']} | | Compare Data Structures | ${l2_fib_data} | ${l2_fib_ref_data} -| L2 FIB Table from VAT should be empty +| L2 FIB Table from PAPI should be empty | | [Documentation] | Check if the L2 FIB table in the specified bridge domain \ | | ... | is empty. Python API is used to get operational data. | | ... @@ -177,7 +177,7 @@ | | ... | - bd_index - Index of the bridge domain. Type: integer | | ... | | ... | *Example:* -| | ... | \| L2 FIB Table from VAT should be empty \ +| | ... | \| L2 FIB Table from PAPI should be empty \ | | ... | \| ${nodes['DUT1']} \| test_bd \| | | ... | | [Arguments] | ${node} | ${bd_index} |