X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Ftagging.robot;h=c58acfd9c5250cf9c9b346f0914d6b380fc50dba;hb=7df894ce5707c06367128ae299e9e905b7106c4b;hp=e0f26a5938818ad13a4420f13af493216b76a7cd;hpb=d407c074289e530f62db02ca57c0af921af069cc;p=csit.git diff --git a/resources/libraries/robot/tagging.robot b/resources/libraries/robot/tagging.robot index e0f26a5938..c58acfd9c5 100644 --- a/resources/libraries/robot/tagging.robot +++ b/resources/libraries/robot/tagging.robot @@ -20,57 +20,6 @@ | Library | resources.libraries.python.NodePath *** Keywords *** - -| Node path computed for 3-node topology -| | [Arguments] | ${TG} | ${DUT1} | ${DUT2} | ${TG} -| | [Documentation] | *Create interface variables for 3-node topology.* -| | ... -| | ... | *Arguments:* -| | ... | - ${TG} - Node attached to the path. Type: dictionary -| | ... | - ${DUT1} - Node attached to the path. Type: dictionary -| | ... | - ${DUT2} - Node attached to the path. Type: dictionary -| | ... -| | ... | _Set testcase variables for nodes and interfaces._ -| | ... | - ${tg} - Variable for node in path. Type: dictionary -| | ... | - ${dut1} - Variable for node in path. Type: dictionary -| | ... | - ${dut2} - Variable for node in path. Type: dictionary -| | ... | - ${tg_if1} - First interface of TG node. Type: str -| | ... | - ${tg_if2} - Second interface of TG node. Type: str -| | ... | - ${dut1_if1} - First interface of first DUT node. Type: str -| | ... | - ${dut1_if2} - Second interface of first DUT node. Type: str -| | ... | - ${dut2_if1} - First interface of second DUT node. Type: str -| | ... | - ${dut2_if2} - Second interface of second DUT node. Type: str -| | ... -| | Append Nodes | ${TG} | ${DUT1} | ${DUT2} | ${TG} -| | Compute Path -| | ${tg_if1} | ${tg}= | Next Interface -| | ${dut1_if1} | ${dut1}= | Next Interface -| | ${dut1_if2} | ${dut1}= | Next Interface -| | ${dut2_if1} | ${dut2}= | Next Interface -| | ${dut2_if2} | ${dut2}= | Next Interface -| | ${tg_if2} | ${tg}= | Next Interface -| | Set Test Variable | ${tg} -| | Set Test Variable | ${tg_if1} -| | Set Test Variable | ${tg_if2} -| | Set Test Variable | ${dut1} -| | Set Test Variable | ${dut1_if1} -| | Set Test Variable | ${dut1_if2} -| | Set Test Variable | ${dut2} -| | Set Test Variable | ${dut2_if1} -| | Set Test Variable | ${dut2_if2} - -| Interfaces in path are up -| | [Documentation] | *Set UP state on interfaces in path on nodes.* -| | ... -| | Set Interface State | ${tg} | ${tg_if1} | up -| | Set Interface State | ${tg} | ${tg_if2} | up -| | Set Interface State | ${dut1} | ${dut1_if1} | up -| | Set Interface State | ${dut1} | ${dut1_if2} | up -| | Set Interface State | ${dut2} | ${dut2_if1} | up -| | Set Interface State | ${dut2} | ${dut2_if2} | up -| | Vpp Node Interfaces Ready Wait | ${dut1} -| | Vpp Node Interfaces Ready Wait | ${dut2} - | VLAN subinterfaces initialized on 3-node topology | | [Arguments] | ${DUT1} | ${INT1} | ${DUT2} | ${INT2} | ${SUB_ID} | | ... | ${OUTER_VLAN_ID} | ${INNER_VLAN_ID} | ${TYPE_SUBIF}