X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fshared%2Finterfaces.robot;h=a3490a8b17799e685254eb780640d85a1acc3c0e;hb=refs%2Fchanges%2F33%2F24033%2F2;hp=128c3cb568c6c7acca2e22ede031a2d13a36e5cf;hpb=89197627ca8b43be87dde1d124f7b656ee4523ac;p=csit.git diff --git a/resources/libraries/robot/shared/interfaces.robot b/resources/libraries/robot/shared/interfaces.robot index 128c3cb568..a3490a8b17 100644 --- a/resources/libraries/robot/shared/interfaces.robot +++ b/resources/libraries/robot/shared/interfaces.robot @@ -261,16 +261,12 @@ | | ${if2_vlan}= | Get Interface Vlan | ${nodes['${dut}']} | ${${dut}_if2} | | Set Test Variable | ${${dut_str}_vlan1} | ${if1_vlan} | | Set Test Variable | ${${dut_str}_vlan2} | ${if2_vlan} -| | ${if1_pci}= | Get Interface PCI Addr | ${nodes['${dut}']} -| | ... | ${${dut}_if1_vf0} -| | ${if2_pci}= | Get Interface PCI Addr | ${nodes['${dut}']} -| | ... | ${${dut}_if2_vf0} | | ${dut_new_if1}= | VPP Create AVF Interface | ${nodes['${dut}']} -| | ... | ${if1_pci} | ${rxq_count_int} +| | ... | ${${dut}_if1_vf0} | ${rxq_count_int} | | ${dut_new_if1_mac}= | Get Interface MAC | ${nodes['${dut}']} | | ... | ${dut_new_if1} | | ${dut_new_if2}= | VPP Create AVF Interface | ${nodes['${dut}']} -| | ... | ${if2_pci} | ${rxq_count_int} +| | ... | ${${dut}_if2_vf0} | ${rxq_count_int} | | ${dut_new_if2_mac}= | Get Interface MAC | ${nodes['${dut}']} | | ... | ${dut_new_if2} | | Set Test Variable | ${${dut_str}_if1} | ${dut_new_if1} @@ -296,16 +292,12 @@ | | ${if2_vlan}= | Get Interface Vlan | ${nodes['${dut}']} | ${${dut}_if2} | | Set Test Variable | ${${dut_str}_vlan1} | ${if1_vlan} | | Set Test Variable | ${${dut_str}_vlan2} | ${if2_vlan} -| | ${if1_pci}= | Get Interface PCI Addr | ${nodes['${dut}']} -| | ... | ${${dut}_if1} -| | ${if2_pci}= | Get Interface PCI Addr | ${nodes['${dut}']} -| | ... | ${${dut}_if2} | | ${dut_new_if1}= | VPP Create Rdma Interface | ${nodes['${dut}']} -| | ... | ${if1_pci} | ${rxq_count_int} +| | ... | ${${dut}_if1} | ${rxq_count_int} | | ${dut_new_if1_mac}= | Get Interface MAC | ${nodes['${dut}']} | | ... | ${dut_new_if1} | | ${dut_new_if2}= | VPP Create Rdma Interface | ${nodes['${dut}']} -| | ... | ${if2_pci} | ${rxq_count_int} +| | ... | ${${dut}_if2} | ${rxq_count_int} | | ${dut_new_if2_mac}= | Get Interface MAC | ${nodes['${dut}']} | | ... | ${dut_new_if2} | | Set Test Variable | ${${dut_str}_if1} | ${dut_new_if1}