From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 4AE777D5A for ; Thu, 27 Jul 2017 03:10:02 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 26 Jul 2017 18:10:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,417,1496127600"; d="scan'208";a="131736618" Received: from dpdk-test38.sh.intel.com ([10.67.111.97]) by fmsmga005.fm.intel.com with ESMTP; 26 Jul 2017 18:10:00 -0700 From: Marvin Liu To: dts@dpdk.org Date: Wed, 26 Jul 2017 21:07:49 -0400 Message-Id: <1501117673-47762-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1501060860-63777-1-git-send-email-yong.liu@intel.com> References: <1501060860-63777-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH v3 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: Thu, 27 Jul 2017 01:10:02 -0000 This patch set will enhance the overall configuration process in DTS. User can assign separated folder for configuration file by setting "DTS_CFG_FOLDER" environment variable. Support suite and case level settings which can add flexibility in case design. v3: case based configuration can be retrieved by method get_case_cfg fix debugger rerun command will run several cases v2: fix failed case re-run setting not work Marvin Liu (4): framework setting: support change configuration file folder 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 | 5 ++-- framework/dts.py | 4 +++ framework/settings.py | 19 +++++++++++--- framework/test_case.py | 55 ++++++++++++++++++++++++++++---------- 6 files changed, 135 insertions(+), 28 deletions(-) create mode 100644 conf/suite_sample.cfg -- 1.9.3