From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 12BE1567E for ; Thu, 6 Aug 2015 14:35:30 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 06 Aug 2015 05:35:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,622,1432623600"; d="scan'208";a="763237101" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 06 Aug 2015 05:35:27 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t76CZQsg010570; Thu, 6 Aug 2015 20:35:26 +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 t76CZN1u003736; Thu, 6 Aug 2015 20:35:25 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t76CZNWv003731; Thu, 6 Aug 2015 20:35:23 +0800 From: Yong Liu To: dts@dpdk.org Date: Thu, 6 Aug 2015 20:35:18 +0800 Message-Id: <1438864522-3699-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 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: Thu, 06 Aug 2015 12:35:31 -0000 From: Marvin Liu 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 | 28 +++++++++++++++++++++++ framework/config.py | 58 ++++++++++++++++++++++++++++++++++++++++++++++- framework/crbs.py | 15 ------------ framework/dts.py | 25 ++++++++++++++++++-- framework/dut.py | 6 ++--- framework/project_dpdk.py | 4 ++-- framework/settings.py | 17 -------------- 7 files changed, 113 insertions(+), 40 deletions(-) create mode 100644 conf/crbs.cfg -- 1.9.3