From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 94B38FA43 for ; Mon, 16 Jan 2017 03:47:27 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 15 Jan 2017 18:47:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,237,1477983600"; d="scan'208";a="1094540760" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga001.fm.intel.com with ESMTP; 15 Jan 2017 18:47:23 -0800 Message-ID: <587C3324.9050301@intel.com> Date: Mon, 16 Jan 2017 10:42:44 +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: yufengmx , "dts@dpdk.org" References: <1483501422-25523-1-git-send-email-yufengx.mo@intel.com> <1483501422-25523-2-git-send-email-yufengx.mo@intel.com> In-Reply-To: <1483501422-25523-2-git-send-email-yufengx.mo@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1]framework: 'suite-dir' won't work. 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: Mon, 16 Jan 2017 02:47:28 -0000 Thanks, applied into master branch. On 01/04/2017 11:43 AM, yufengmx wrote: > . suites module path should be loaded in dts/run_all. import tests directory in main.py will > cause suite-dir option effectless, input tests directory is always overlapped by default tests. > > Signed-off-by: yufengmx > --- > framework/main.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)