From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D5E3D9135 for ; Fri, 18 Aug 2017 10:59:11 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 18 Aug 2017 01:59:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,392,1498546800"; d="scan'208";a="1184195588" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by fmsmga001.fm.intel.com with ESMTP; 18 Aug 2017 01:59:09 -0700 Message-ID: <5997273F.7050809@intel.com> Date: Sat, 19 Aug 2017 01:43:27 +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: "xu,huilong" , dts@dpdk.org References: <1503044178-82128-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1503044178-82128-1-git-send-email-huilongx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V2] fix ptpclient case failed because of tester and dut time zone different 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, 18 Aug 2017 08:59:12 -0000 Thanks, applied. On 08/18/2017 04:16 PM, xu,huilong wrote: > ptpclint test case will sync time with tester and dut. But when tester > and dut time zone not different,test time and dut time not different, > so use UTC time for get tester and dut time > > Signed-off-by: xu,huilong > ---