diff options
Diffstat (limited to 'resources/libraries/robot/shared/interfaces.robot')
-rw-r--r-- | resources/libraries/robot/shared/interfaces.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/shared/interfaces.robot b/resources/libraries/robot/shared/interfaces.robot index 393811578e..929ff16196 100644 --- a/resources/libraries/robot/shared/interfaces.robot +++ b/resources/libraries/robot/shared/interfaces.robot @@ -146,8 +146,8 @@ | | Run Keyword If | ${nic_vfs} | | ... | ${dut}.Add OCTEON Dev | @{${dut}_prevf_pci} | | Run Keyword If | not ${nic_vfs} -| | ... | Unbind PCI Devices From Other Driver | ${nodes['${dut}']} | vfio-pci | -| | ... | ... | @{${dut}_pf_pci} +| | ... | Bind PCI Devices To Specific Driver | ${nodes['${dut}']} | vfio-pci +| | ... | @{${dut}_pf_pci} | | Run Keyword If | not ${nic_vfs} | | ... | ${dut}.Add OCTEON Dev | @{${dut}_pf_pci} |