diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-12-13 11:48:56 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-12-13 13:29:15 +0100 |
commit | 20083f2e3d4fcd603ecba522e08e445b932cca5f (patch) | |
tree | 37d26e09745cd054ce18563c88accebe02603d8b /resources/libraries/robot/shared | |
parent | 89197627ca8b43be87dde1d124f7b656ee4523ac (diff) |
FIX: eth interfaces need numa_node information in topology file
Change-Id: I9a3c6947da8ab5033e29b39833c97bcdafdc3ca9
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/shared')
-rw-r--r-- | resources/libraries/robot/shared/interfaces.robot | 16 |
1 files changed, 4 insertions, 12 deletions
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} |