test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH 0/4] Load CRBs information from configuration file
@ 2015-08-06 12:35 Yong Liu
  2015-08-06 12:35 ` [dts] [PATCH 1/4] Support load crbs " Yong Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yong Liu @ 2015-08-06 12:35 UTC (permalink / raw)
  To: dts

From: Marvin Liu <yong.liu@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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-08-07  4:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-06 12:35 [dts] [PATCH 0/4] Load CRBs information from configuration file Yong Liu
2015-08-06 12:35 ` [dts] [PATCH 1/4] Support load crbs " Yong Liu
2015-08-07  1:58   ` Xu, HuilongX
2015-08-07  4:54     ` Liu, Yong
2015-08-06 12:35 ` [dts] [PATCH 2/4] Add sample " Yong Liu
2015-08-07  2:02   ` Xu, HuilongX
2015-08-07  4:55     ` Liu, Yong
2015-08-06 12:35 ` [dts] [PATCH 3/4] Move function accepted_nic to dts module Yong Liu
2015-08-06 12:35 ` [dts] [PATCH 4/4] Load CRBs information from configuration file Yong Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).