diff options
author | selias <samelias@cisco.com> | 2016-06-08 15:51:19 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-06-27 14:28:21 +0000 |
commit | fb89006393f5816b46acbefa0453777c5cbfb528 (patch) | |
tree | fcd8a1b2f4f7839f8a387643d61f613189167858 | |
parent | 49b73e488fc9b4835e51027387d4ca6e1c748b2b (diff) |
Add Vlan tag rewrite to Honeycomb persistence tests
JIRA: CSIT-137
- add Vlan tag rewrite to persisted configuration
Change-Id: I2f98d89c6ada0eec5a7ba0121332201dbe2c01e0
Signed-off-by: selias <samelias@cisco.com>
-rw-r--r-- | resources/libraries/robot/honeycomb/persistence.robot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/libraries/robot/honeycomb/persistence.robot b/resources/libraries/robot/honeycomb/persistence.robot index f05fe4d5e5..1390254bc4 100644 --- a/resources/libraries/robot/honeycomb/persistence.robot +++ b/resources/libraries/robot/honeycomb/persistence.robot @@ -109,6 +109,8 @@ | | ... | ${node} | ${interface} | ${sub_if_id} | | Honeycomb adds sub-interface to bridge domain | | ... | ${node} | ${interface} | ${sub_if_id} | ${sub_bd_settings} +| | Honeycomb configures tag rewrite +| | ... | ${node} | ${interface} | ${sub_if_id} | ${tag_rewrite_pop_1} | Honeycomb and VPP should verify every setting | | [Documentation] | Uses Honeycomb and VAT to verify settings for VxLAN,\ @@ -149,6 +151,10 @@ | | ... | ${node} | ${interface} | ${sub_if_id} | ${sub_bd_settings} | | Sub-interface bridge domain configuration from VAT should be | | ... | ${node} | ${sub_if_name} | ${sub_bd_settings} +| | Rewrite tag from Honeycomb should be +| | ... | ${node} | ${interface} | ${sub_if_id} | ${tag_rewrite_pop_1_oper} +| | Rewrite tag from VAT should be +| | ... | ${node} | ${sub_if_name} | ${tag_rewrite_pop_1_VAT} | Honeycomb and VPP should have default configuration | | [Documentation] | Uses Honeycomb and VAT to verify settings for VxLAN,\ |