From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E2F19374C for ; Wed, 26 Jul 2017 10:18:21 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2017 01:18:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,414,1496127600"; d="scan'208";a="997317153" Received: from dpdk-test38.sh.intel.com ([10.67.111.97]) by orsmga003.jf.intel.com with ESMTP; 26 Jul 2017 01:18:19 -0700 From: Marvin Liu To: dts@dpdk.org Date: Wed, 26 Jul 2017 04:16:08 -0400 Message-Id: <1501056972-59668-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH v1 0/4] support suite and case level configuration X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 08:18:22 -0000 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