diff options
author | 2025-03-06 10:58:42 +0100 | |
---|---|---|
committer | 2025-03-06 11:32:09 +0100 | |
commit | 6498b6269213e27f286e0a50952380a36352593c (patch) | |
tree | 86cf59b1e27a8a0732fe7dd037b2cd8f4592af0c /resources/libraries/robot | |
parent | e726137797467c30ec3e30ce7b73cb2c90f21aea (diff) |
fix(infra): Octeon binding
Signed-off-by: Peter Mikus <peter.mikus@icloud.com>
Change-Id: I0e8ee3de3fbac53aad6a530804c67b0114b89b50
Diffstat (limited to 'resources/libraries/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} |