test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v1 0/4] support suite and case level configuration
@ 2017-07-26  8:16 Marvin Liu
  2017-07-26  8:16 ` [dts] [PATCH v1 1/4] framework setting: support configuration file folder change Marvin Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Marvin Liu @ 2017-07-26  8:16 UTC (permalink / raw)
  To: dts

his patch set will enhance the overall configration process in DTS.
User can assign separated folder for configuration file by setting
"DTS_CFG_FOLDER" environment variable.

Support suite and case level configuration which can add flexibility in
case design.

Marvin Liu (4):
  framework setting: support configuration file folder change
  framework config: support suite&case level configuration
  framework: enhance test case execution process
  conf: add suite and case level configuration sample

 conf/suite_sample.cfg  |  9 +++++++
 framework/config.py    | 71 ++++++++++++++++++++++++++++++++++++++++++++------
 framework/debugger.py  |  2 +-
 framework/dts.py       |  4 +++
 framework/settings.py  | 19 +++++++++++---
 framework/test_case.py | 40 +++++++++++++++++++---------
 6 files changed, 120 insertions(+), 25 deletions(-)
 create mode 100644 conf/suite_sample.cfg

-- 
1.9.3

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

end of thread, other threads:[~2017-07-27  1:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-26  8:16 [dts] [PATCH v1 0/4] support suite and case level configuration Marvin Liu
2017-07-26  8:16 ` [dts] [PATCH v1 1/4] framework setting: support configuration file folder change Marvin Liu
2017-07-26  8:16 ` [dts] [PATCH v1 2/4] framework config: support suite&case level configuration Marvin Liu
2017-07-26  8:16 ` [dts] [PATCH v1 3/4] framework: enhance test case execution process Marvin Liu
2017-07-26  8:16 ` [dts] [PATCH v1 4/4] conf: add suite and case level configuration sample Marvin Liu
2017-07-26  9:20 ` [dts] [PATCH v2 0/4] support suite and case level configuration Marvin Liu
2017-07-26  9:20   ` [dts] [PATCH v2 1/4] framework setting: support configuration file folder change Marvin Liu
2017-07-26  9:20   ` [dts] [PATCH v2 2/4] framework config: support suite&case level configuration Marvin Liu
2017-07-26  9:20   ` [dts] [PATCH v2 3/4] framework: enhance test case execution process Marvin Liu
2017-07-26  9:21   ` [dts] [PATCH v2 4/4] conf: add suite and case level configuration sample Marvin Liu
2017-07-27  1:07   ` [dts] [PATCH v3 0/4] support suite and case level configuration Marvin Liu
2017-07-27  1:07     ` [dts] [PATCH v3 1/4] framework setting: support change configuration file folder Marvin Liu
2017-07-27  1:07     ` [dts] [PATCH v3 2/4] framework config: support suite&case level configuration Marvin Liu
2017-07-27  1:07     ` [dts] [PATCH v3 3/4] framework: enhance test case execution process Marvin Liu
2017-07-27  1:07     ` [dts] [PATCH v3 4/4] conf: add suite and case level configuration sample Marvin 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).