X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fpersistence.robot;h=6d2cc1f2e39b1b6cea2876af7f6b83aee115cbaf;hb=19c91adadd57bfc4e7514993b2a711a826d52e04;hp=f05fe4d5e5802e06edb3d70ab34cd0c51343ec3a;hpb=bcf99a0eb0e8770f28c2e3c8c0965ad6c0acba94;p=csit.git diff --git a/resources/libraries/robot/honeycomb/persistence.robot b/resources/libraries/robot/honeycomb/persistence.robot index f05fe4d5e5..6d2cc1f2e3 100644 --- a/resources/libraries/robot/honeycomb/persistence.robot +++ b/resources/libraries/robot/honeycomb/persistence.robot @@ -14,7 +14,7 @@ *** Settings *** | Library | resources.libraries.python.honeycomb.HcAPIKwInterfaces.InterfaceKeywords | ... | WITH NAME | InterfaceAPI -| Library | resources.libraries.python.honeycomb.HcPersistence +| Library | resources/libraries/python/honeycomb/HcPersistence.py | Resource | resources/libraries/robot/honeycomb/honeycomb.robot | Resource | resources/libraries/robot/honeycomb/interfaces.robot | Resource | resources/libraries/robot/honeycomb/vxlan.robot @@ -22,7 +22,7 @@ | Resource | resources/libraries/robot/honeycomb/tap.robot | Resource | resources/libraries/robot/honeycomb/vhost_user.robot | Resource | resources/libraries/robot/honeycomb/sub_interface.robot -| Variables | tests/suites/honeycomb/resources/persistence.py | ${interface} +| Variables | resources/test_data/honeycomb/persistence.py | ${interface} | Documentation | Keywords used to test Honeycomb persistence. *** Keywords *** @@ -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,\