From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7C2D11F5 for ; Wed, 26 Jul 2017 11:23:09 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2017 02:23:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,414,1496127600"; d="scan'208";a="882956293" Received: from dpdk-test38.sh.intel.com ([10.67.111.97]) by FMSMGA003.fm.intel.com with ESMTP; 26 Jul 2017 02:23:07 -0700 From: Marvin Liu To: dts@dpdk.org Date: Wed, 26 Jul 2017 05:20:56 -0400 Message-Id: <1501060860-63777-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1501056972-59668-1-git-send-email-yong.liu@intel.com> References: <1501056972-59668-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH v2 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 09:23:09 -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. v2: fix failed case re-run setting not work 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 | 3 ++- framework/dts.py | 4 +++ framework/settings.py | 19 +++++++++++--- framework/test_case.py | 46 ++++++++++++++++++++++---------- 6 files changed, 125 insertions(+), 27 deletions(-) create mode 100644 conf/suite_sample.cfg -- 1.9.3