[V2,3/9] framework/config: obtain and save the acc and imc configurations of MEV
Commit Message
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(+)
@@ -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":