fix(infra): Octeon bits 70/43070/1
authorKishor Dhanawade <[email protected]>
Tue, 3 Jun 2025 08:37:31 +0000 (08:37 +0000)
committerKishor Dhanawade <[email protected]>
Tue, 3 Jun 2025 08:37:31 +0000 (08:37 +0000)
Added missing keyword for adding cryptodev papi

Change-Id: I52ff5605097f214e6b5581b22ad3dfcd8f843097
Signed-off-by: Kishor Dhanawade <[email protected]>
Signed-off-by: Alok Mishra <[email protected]>
resources/libraries/robot/shared/interfaces.robot

index b225be5..ee4fd21 100644 (file)
 | | Run Keyword If | not ${nic_vfs}
 | | ... | ${dut}.Add OCTEON Dev | @{${dut}_pf_pci}
 | | ... | num_default_rx_queues=${rxq_count_int}
+| | Run Keyword If | '${crypto_type}' != '${None}'
+| | ... | ${dut}.Add OCTEON Cryptodev
 
 | Pre-initialize layer vfio-pci for dpdk_plugin.so
 | | [Documentation]