From: Yong Liu <yong.liu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH V2 0/4] Load CRBs information from configuration file
Date: Fri, 7 Aug 2015 13:36:07 +0800 [thread overview]
Message-ID: <1438925771-32641-1-git-send-email-yong.liu@intel.com> (raw)
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
next reply other threads:[~2015-08-07 5:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-07 5:36 Yong Liu [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1438925771-32641-1-git-send-email-yong.liu@intel.com \
--to=yong.liu@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).