[dts] [PATCH 0/4] Load CRBs information from configuration file

Yong Liu yong.liu at intel.com
Thu Aug 6 14:35:18 CEST 2015


From: Marvin Liu <yong.liu at intel.com>

All configuration for running DTS will be moved to files. This patch set will
move dut/tester related settings from python module to file. If file missing
prerequisite parameter, config module will load default configuraton.

Marvin Liu (4):
  Support load crbs configuration file
  Add sample crbs configuration file
  Move function accepted_nic to dts module
  Load CRBs information from configuration file

 conf/crbs.cfg             | 28 +++++++++++++++++++++++
 framework/config.py       | 58 ++++++++++++++++++++++++++++++++++++++++++++++-
 framework/crbs.py         | 15 ------------
 framework/dts.py          | 25 ++++++++++++++++++--
 framework/dut.py          |  6 ++---
 framework/project_dpdk.py |  4 ++--
 framework/settings.py     | 17 --------------
 7 files changed, 113 insertions(+), 40 deletions(-)
 create mode 100644 conf/crbs.cfg

-- 
1.9.3



More information about the dts mailing list