[V1,03/10] framework/config: save the serial port connection info of imc and acc to the self.crb
Commit Message
Signed-off-by: Jin Ling <jin.ling@intel.com>
---
framework/config.py | 10 ++++++++++
1 file changed, 10 insertions(+)
@@ -294,6 +294,16 @@ class CrbsConf(UserConf):
crb["pass"] = value
elif key == "os":
crb["OS"] = value
+ elif key == "dut_acc_port":
+ crb["ACC PORT"] = value
+ elif key == "dut_acc_baudrate":
+ crb["ACC BAUDRATE"] = value
+ elif key == "dut_imc_port":
+ crb["IMC PORT"] = value
+ elif key == "dut_imc_baudrate":
+ crb["IMC BAUDRATE"] = value
+ elif key == "dut_imc_ip":
+ crb["IMC IP"] = value
elif key == "tester_ip":
crb["tester IP"] = value
elif key == "tester_passwd":