diff options
author | selias <samelias@cisco.com> | 2017-05-09 12:38:35 +0200 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2017-05-17 07:27:59 +0000 |
commit | a114591eac9f52502048db886da2fb228c62254d (patch) | |
tree | 24426e7fe44f24e8c9471da885269813214550e9 /resources/libraries/robot/honeycomb/port_mirroring.robot | |
parent | 03bb1e5611946a53f243a3d923c8f2d1aeee079a (diff) |
CSIT-562 HC Test: Persistence suite rework, part1
- rename keywords that check operational data, to distinguish from keywords
that check configuration data
- modify existing persistence cases so that they don't affect each other
- add feature-specific persistence tests for: Interface Management, L2 bridge
- move Interface Management variables to separate file so they can be reused
- add new tag HC_PERSIST to execute persistence tests separately
- update existing Honeycomb tags to comply with CSIT conventions
More feature-specific tests to be added in part2.
Change-Id: I8657da4bb9e9a3d5261c04f5f1999b2572f605ef
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb/port_mirroring.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/port_mirroring.robot | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/libraries/robot/honeycomb/port_mirroring.robot b/resources/libraries/robot/honeycomb/port_mirroring.robot index 81eedb944e..ef41c51fd3 100644 --- a/resources/libraries/robot/honeycomb/port_mirroring.robot +++ b/resources/libraries/robot/honeycomb/port_mirroring.robot @@ -42,7 +42,7 @@ | | InterfaceAPI.Configure interface SPAN | | ... | ${node} | ${dst_interface} | ${src_interfaces} -| Interface SPAN configuration from Honeycomb should be +| Interface SPAN Operational Data From Honeycomb Should Be | | [Documentation] | Retrieves interface operational data and verifies that\ | | ... | SPAN mirroring is configured with the provided interfaces. | | ... @@ -54,7 +54,7 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Interface SPAN configuration from Honeycomb should be \ +| | ... | \| Interface SPAN Operational Data From Honeycomb Should Be \ | | ... | \| ${nodes['DUT1']} \| GigabitEthernet0/8/0 \| GigabitEthernet0/9/0 \| | | ... | | [Arguments] | ${node} | ${dst_interface} | @{src_interfaces} @@ -65,7 +65,7 @@ | | Sort list | ${src_interfaces} | | Lists should be equal | ${data} | ${src_interfaces} -| Interface SPAN configuration from Honeycomb should be empty +| Interface SPAN Operational Data From Honeycomb Should Be empty | | [Documentation] | Checks whether SPAN configuration from Honeycomb is empty. | | ... | | ... | *Arguments:* @@ -74,7 +74,7 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Interface SPAN configuration from Honeycomb should be empty \ +| | ... | \| Interface SPAN Operational Data From Honeycomb Should Be empty \ | | ... | \| ${node} \| GigabitEthernetO/8/0 \| | | ... | | [Arguments] | ${node} | ${dst_interface} @@ -82,7 +82,7 @@ | | Variable should not exist | | ... | ${data['v3po:span']['mirrored-interfaces']['mirrored-interface']} -| Interface SPAN configuration from VAT should be +| Interface SPAN Operational Data From VAT Should Be | | [Documentation] | Retrieves SPAN configuration from VAT dump and verifies\ | | ... | that SPAN mirroring is configured with the provided interfaces. | | ... @@ -94,7 +94,7 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Interface SPAN configuration from VAT should be \ +| | ... | \| Interface SPAN Operational Data From VAT Should Be \ | | ... | \| ${nodes['DUT1']} \| GigabitEthernet0/8/0 \| GigabitEthernet0/9/0 \| | | ... | | [Arguments] | ${node} | ${dst_interface} | @{src_interfaces} |