From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 098C45957 for ; Fri, 7 Aug 2015 07:36:18 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 06 Aug 2015 22:36:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,627,1432623600"; d="scan'208";a="779484081" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 06 Aug 2015 22:36:16 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t775aFPb004632; Fri, 7 Aug 2015 13:36:15 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t775aCk3032677; Fri, 7 Aug 2015 13:36:14 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t775aCrG032673; Fri, 7 Aug 2015 13:36:12 +0800 From: Yong Liu To: dts@dpdk.org Date: Fri, 7 Aug 2015 13:36:07 +0800 Message-Id: <1438925771-32641-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH V2 0/4] Load CRBs information from configuration file 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: Fri, 07 Aug 2015 05:36:19 -0000 From: Marvin Liu 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