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

Message ID 20230825152825.2831565-4-songx.jiale@intel.com (mailing list archive)
State Superseded
Headers
Series add functions to test MEV |

Commit Message

Jiale, SongX Aug. 25, 2023, 3:28 p.m. UTC
  save the acc and imc configurations of MEV in the crb dictionary.

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

Patch

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":