[dts] [PATCH V2 3/9] framework/config: obtain and save the acc and imc configurations of MEV

Jiale Song songx.jiale at intel.com
Fri Aug 25 17:28:19 CEST 2023


save the acc and imc configurations of MEV in the crb dictionary.

Signed-off-by: Jiale Song <songx.jiale at intel.com>
---
 framework/config.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/framework/config.py b/framework/config.py
index 2cd95ff2..f1b91ae5 100644
--- a/framework/config.py
+++ b/framework/config.py
@@ -294,6 +294,10 @@ class CrbsConf(UserConf):
                     crb["pass"] = value
                 elif key == "os":
                     crb["OS"] = value
+                elif key == "dut_acc_ip":
+                    crb["ACC IP"] = value
+                elif key == "dut_imc_ip":
+                    crb["IMC IP"] = value
                 elif key == "tester_ip":
                     crb["tester IP"] = value
                 elif key == "tester_passwd":
-- 
2.25.1



More information about the dts mailing list