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 3D17F378E for ; Wed, 21 Sep 2016 02:21:42 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 20 Sep 2016 17:21:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,371,1470726000"; d="scan'208";a="11948852" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 20 Sep 2016 17:21:41 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Sep 2016 17:21:40 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Sep 2016 17:21:40 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.118]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.234]) with mapi id 14.03.0248.002; Wed, 21 Sep 2016 08:21:38 +0800 From: "Xu, HuilongX" To: "Xu, GangX" , "dts@dpdk.org" CC: "Xu, GangX" Thread-Topic: [dts] [PATCH V1] modify the test suite ieee1588 Thread-Index: AQHSExjicyz6xZvFd0eb34d1hV8HJqCDFekw Date: Wed, 21 Sep 2016 00:21:37 +0000 Message-ID: References: <1474360128-21940-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1474360128-21940-1-git-send-email-gangx.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] modify the test suite ieee1588 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: Wed, 21 Sep 2016 00:21:42 -0000 Acked-by:huilong > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang > Sent: Tuesday, September 20, 2016 4:29 PM > To: dts@dpdk.org > Cc: Xu, GangX > Subject: [dts] [PATCH V1] modify the test suite ieee1588 >=20 > Signed-off-by: xu,gang > --- > tests/TestSuite_ieee1588.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py > index bfbb23b..7976c9f 100644 > --- a/tests/TestSuite_ieee1588.py > +++ b/tests/TestSuite_ieee1588.py > @@ -92,6 +92,7 @@ class TestIeee1588(TestCase): > self.tester.scapy_append('time.sleep(1)') >=20 > self.tester.scapy_execute() > + time.sleep(10) > out =3D self.tester.scapy_get_result() > self.verify("0x88f7" in out, "Ether type is not PTP") > # self.verify("\\x00\\x02" in out, "Payload wrong in PTP") > -- > 1.9.3