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

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

v2 changes:
 * support os option in configuration file

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             | 31 ++++++++++++++++++++++++
 framework/config.py       | 60 ++++++++++++++++++++++++++++++++++++++++++++++-
 framework/crbs.py         | 15 ------------
 framework/dts.py          | 25 ++++++++++++++++++--
 framework/dut.py          |  6 ++---
 framework/project_dpdk.py |  4 ++--
 framework/settings.py     | 18 --------------
 7 files changed, 118 insertions(+), 41 deletions(-)
 create mode 100644 conf/crbs.cfg

-- 
1.9.3

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07  5:36 [dts] [PATCH V2 0/4] Load CRBs information from configuration file Yong Liu
2015-08-07  5:36 ` [dts] [PATCH V2 1/4] Support load crbs " Yong Liu
2015-08-07  5:36 ` [dts] [PATCH V2 2/4] Add sample " Yong Liu
2015-08-07  5:36 ` [dts] [PATCH V2 3/4] Move function accepted_nic to dts module Yong Liu
2015-08-07  5:36 ` [dts] [PATCH V2 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).