X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fprovider_backbone_bridge.robot;h=130e184d9ca7137be271b553f2d56b08364f0d3b;hp=bb8aa78f41104690fd116749921bc84f8cb41f2d;hb=20cc67d5f23a7f4e05b08012bf3d3a63be4bcf63;hpb=4e565011b2e53f99fb78e1143e6543b3427de79a diff --git a/resources/libraries/robot/honeycomb/provider_backbone_bridge.robot b/resources/libraries/robot/honeycomb/provider_backbone_bridge.robot index bb8aa78f41..130e184d9c 100644 --- a/resources/libraries/robot/honeycomb/provider_backbone_bridge.robot +++ b/resources/libraries/robot/honeycomb/provider_backbone_bridge.robot @@ -13,7 +13,6 @@ *** Settings *** | Library | resources.libraries.python.honeycomb.HcAPIKwInterfaces.InterfaceKeywords -| ... | WITH NAME | IfAPI *** Keywords *** | Honeycomb creates PBB sub-interface @@ -28,13 +27,13 @@ | | ... | Type - dictionary | | ... | | ... | *Example:* -| | ... | \| Honeycomb creates PBB sub interface \| ${node} \| ${super_if}\ +| | ... | \| Honeycomb creates PBB sub-interface \| ${node} \| ${super_if}\ | | ... | \| ${cfg_pbb_sub_if_1} \| | | ... | | [Arguments] | ${node} | ${super_if} | ${params} | | ... -| | IfAPI.Set Interface Up | ${node} | ${super_if} -| | IfAPI.Create PBB Sub Interface +| | Set Interface Up | ${node} | ${super_if} +| | Create PBB Sub Interface | | ... | ${node} | ${super_if} | ${params} | Honeycomb removes PBB sub-interface @@ -47,7 +46,7 @@ | | ... | - sub_if_id - Sub-interface ID. Type: string | | ... | | ... | *Example:* -| | ... | \| Honeycomb Removes PBB sub interface\ +| | ... | \| Honeycomb removes PBB sub-interface\ | | ... | \| ${node} \| ${super_if} \| | | ... | | [Arguments] | ${node} | ${super_if} @@ -66,12 +65,12 @@ | | ... | Type - dictionary | | ... | | ... | *Example:* -| | ... | \| Honeycomb fails to create PBB sub interface\ +| | ... | \| Honeycomb fails to create PBB sub-interface\ | | ... | \| ${node} \| ${super_if} \| ${cfg_pbb_sub_if_no_vlan_tag} \| | | ... | | [Arguments] | ${node} | ${super_if} | ${params} | | ... -| | IfAPI.Set Interface Up | ${node} | ${super_if} +| | Set Interface Up | ${node} | ${super_if} | | Run keyword and expect error | *HoneycombError*not successful*. -| | ... | IfAPI.Create PBB Sub Interface +| | ... | Create PBB Sub Interface | | ... | ${node} | ${super_if} | ${params}