From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3BB52F04 for ; Tue, 12 Sep 2017 16:51:39 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Sep 2017 07:51:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,383,1500966000"; d="scan'208";a="127980860" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by orsmga004.jf.intel.com with ESMTP; 12 Sep 2017 07:51:38 -0700 Message-ID: <59B86EFF.1020809@intel.com> Date: Wed, 13 Sep 2017 07:34:23 +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: Jianbo Liu , dts@dpdk.org, herbert.guan@arm.com References: <1503311443-26858-1-git-send-email-jianbo.liu@linaro.org> <1505187094-23452-1-git-send-email-jianbo.liu@linaro.org> In-Reply-To: <1505187094-23452-1-git-send-email-jianbo.liu@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v3] tests/ip_pipeline: fix test failures 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: Tue, 12 Sep 2017 14:51:40 -0000 Thanks Jianbo. Applied in master branch. On 09/12/2017 11:31 AM, Jianbo Liu wrote: > The ip_pipeline was changed a lot, and the configuration and commands > are different from those in this testing case. > > v2: > - the sink0 id is 2. > > v3: > - add more comments for cfg file creations. > - remove temporary files with force in case they don't exist. > > Signed-off-by: Jianbo Liu > ---