X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Ftagging.robot;h=7d1d2feb813d5db1b803c0d0b57d8ac777adefc6;hp=3ae02b5740613270f102e2f44ce11d37491fd41d;hb=f58467f6bb90c5954bdf0de1f132c48d227710f8;hpb=4f5f136f8d445c60db38c9f59622f379f04ff3bb diff --git a/resources/libraries/robot/tagging.robot b/resources/libraries/robot/tagging.robot index 3ae02b5740..7d1d2feb81 100644 --- a/resources/libraries/robot/tagging.robot +++ b/resources/libraries/robot/tagging.robot @@ -80,10 +80,12 @@ | | ... | \| ${nodes['DUT1']} \| ${dut1_if2} \| ${nodes['DUT2']} \ | | ... | \| ${dut1_if2} \| 10 \| | | ... +| | ${INT1_NAME}= | Get interface name | ${DUT1} | ${INT1} +| | ${INT2_NAME}= | Get interface name | ${DUT2} | ${INT2} | | ${subif_name_1} | ${subif_index_1}= | Create Vlan Subinterface -| | | ... | ${DUT1} | ${INT1} | ${SUB_ID} +| | | ... | ${DUT1} | ${INT1_NAME} | ${SUB_ID} | | ${subif_name_2} | ${subif_index_2}= | Create Vlan Subinterface -| | | ... | ${DUT2} | ${INT2} | ${SUB_ID} +| | | ... | ${DUT2} | ${INT2_NAME} | ${SUB_ID} | | Set Interface State | ${DUT1} | ${subif_index_1} | up | | Set Interface State | ${DUT2} | ${subif_index_2} | up | | Set Test Variable | ${subif_name_1}