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 EA4FB199B6 for ; Sat, 30 Sep 2017 03:31:29 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2017 18:31:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,455,1500966000"; d="scan'208";a="317891730" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by fmsmga004.fm.intel.com with ESMTP; 29 Sep 2017 18:31:26 -0700 Message-ID: <59CF6E57.80206@intel.com> Date: Sat, 30 Sep 2017 18:13:43 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Yuwei Zhang , dts@dpdk.org References: <20170929063924.20600-1-yuwei1.zhang@intel.com> In-Reply-To: <20170929063924.20600-1-yuwei1.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V2] add vfio-pci cases to vf_packet_rxtx test suite, use a global config to determin vf driver 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: Sat, 30 Sep 2017 01:31:30 -0000 Yuwei, Please separate your patch into two parts. The first part is the implementation of framework and relate config file. The other part is the implementation in test suite. It will make each commit more clear. Thanks, Marvin On 09/29/2017 02:39 PM, Yuwei Zhang wrote: > Signed-off-by: Yuwei Zhang > --- > conf/global_suite.cfg | 2 ++ > framework/config.py | 28 +++++++++++++++++++++++++++- > tests/TestSuite_vf_packet_rxtx.py | 30 ++++++++++++++++++++++-------- > 3 files changed, 51 insertions(+), 9 deletions(-) > create mode 100644 conf/global_suite.cfg > > diff --git a/conf/global_suite.cfg b/conf/global_suite.cfg