[dts] [PATCH] framework/project_dpdk fixed build break by missed spell

Thinh Tran thinhtr at linux.vnet.ibm.com
Wed Oct 21 18:34:57 CEST 2020


Signed-off-by: Thinh Tran <thinhtr at linux.vnet.ibm.com>
---
 framework/project_dpdk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 915c648..d45ce47 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -649,7 +649,7 @@ class DPDKdut(Dut):
                              + "CONFIG_RTE_LIBRTE_MLX5_PMD=y/' config/common_base", "# ", 30)
             self.send_expect("sed -i -e 's/CONFIG_RTE_LIBRTE_MLX4_PMD=n/"
                              + "CONFIG_RTE_LIBRTE_MLX5_PMD=y/' config/common_base", "# ", 30)
-            sel.set_build_options({'RTE_LIBRTE_MLX5_PMD': 'y',
+            self.set_build_options({'RTE_LIBRTE_MLX5_PMD': 'y',
                                    'RTE_LIBRTE_MLX5_PMD': 'y'})
 
 class DPDKtester(Tester):
-- 
2.17.0



More information about the dts mailing list