X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fvxlan.robot;h=e3d5f3578e74b69e432c2827284eaac36012945e;hp=ebf5d351cac666e2500c0ce5b137e74284b8269f;hb=7dbda72563912b656bde2ee4b4611a0b284b933e;hpb=10f3b07a5c883e20ef345c8b1c8e24063a50281f diff --git a/resources/libraries/robot/vxlan.robot b/resources/libraries/robot/vxlan.robot index ebf5d351ca..e3d5f3578e 100644 --- a/resources/libraries/robot/vxlan.robot +++ b/resources/libraries/robot/vxlan.robot @@ -24,51 +24,6 @@ | Library | resources.libraries.python.NodePath *** Keywords *** -| Path for VXLAN testing is set -| | [Documentation] | *Compute path for VXLAN testing on nodes.* -| | ... -| | ... | _Set testcase variables with interfaces and nodes:_ -| | ... | - ${tgs_to_dut1} -| | ... | - ${dut1s_to_tg} -| | ... | - ${tgs_to_dut2} -| | ... | - ${dut2s_to_tg} -| | ... | - ${dut1s_to_dut2} -| | ... | - ${dut2s_to_dut1} -| | ... | - ${tg} -| | ... | - ${dut1} -| | ... | - ${dut2} -| | ... -| | [Arguments] | ${TG} | ${DUT1} | ${DUT2} -| | Append Nodes | ${TG} | ${DUT1} | ${DUT2} | ${TG} -| | Compute Path -| | ${tgs_to_dut1} | ${tg}= | Next Interface -| | ${dut1s_to_tg} | ${dut1}= | Next Interface -| | ${dut1s_to_dut2} | ${dut1}= | Next Interface -| | ${dut2s_to_dut1} | ${dut2}= | Next Interface -| | ${dut2s_to_tg} | ${dut2}= | Next Interface -| | ${tgs_to_dut2} | ${tg}= | Next Interface -| | Set Test Variable | ${tgs_to_dut1} -| | Set Test Variable | ${dut1s_to_tg} -| | Set Test Variable | ${tgs_to_dut2} -| | Set Test Variable | ${dut2s_to_tg} -| | Set Test Variable | ${dut1s_to_dut2} -| | Set Test Variable | ${dut2s_to_dut1} -| | Set Test Variable | ${tg} -| | Set Test Variable | ${dut1} -| | Set Test Variable | ${dut2} - -| Interfaces in path are up -| | [Documentation] | *Set UP state on interfaces in path on nodes.* -| | ... -| | Set Interface State | ${tg} | ${tgs_to_dut1} | up -| | Set Interface State | ${tg} | ${tgs_to_dut2} | up -| | Set Interface State | ${dut1} | ${dut1s_to_tg} | up -| | Set Interface State | ${dut1} | ${dut1s_to_dut2} | up -| | Set Interface State | ${dut2} | ${dut2s_to_tg} | up -| | Set Interface State | ${dut2} | ${dut2s_to_dut1} | up -| | Vpp Node Interfaces Ready Wait | ${dut1} -| | Vpp Node Interfaces Ready Wait | ${dut2} - | IP addresses are set on interfaces | | [Documentation] | *Set IPv4 addresses on interfaces on DUTs.* | | ... | If interface index is None then is determines with Get Interface Sw Index