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 7F191298F for ; Thu, 22 Sep 2016 03:04:15 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP; 21 Sep 2016 18:04:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,376,1470726000"; d="scan'208";a="12357643" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 21 Sep 2016 18:04:14 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 21 Sep 2016 18:04:14 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 21 Sep 2016 18:04:13 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.234]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.118]) with mapi id 14.03.0248.002; Thu, 22 Sep 2016 09:04:12 +0800 From: "Liu, Yong" To: "Xu, GangX" , "dts@dpdk.org" CC: "Xu, GangX" Thread-Topic: [dts] [PATCH V2 4/5] fix TestSuite coremask Thread-Index: AQHSE/Fl17vw5yQYAESAJqpky1VCpqCEsk0w Date: Thu, 22 Sep 2016 01:04:11 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E602DD3EB@SHSMSX103.ccr.corp.intel.com> References: <1474453120-24986-1-git-send-email-gangx.xu@intel.com> <1474453120-24986-4-git-send-email-gangx.xu@intel.com> In-Reply-To: <1474453120-24986-4-git-send-email-gangx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzZmMTkxM2MtZDIyZS00NWUxLThiNjgtNzc0ZGM4NTc0ZWNjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZ0eUhWTUFsMDhyQjAybTNkV2NsRUhTcWRIclNDZk9MeFd3Wk5iZkJ6cm89In0= x-ctpclassification: CTP_IC 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 V2 4/5] fix TestSuite coremask 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: Thu, 22 Sep 2016 01:04:16 -0000 Hi gang, please add which kind of information moved to stderr in your comme= nt. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang > Sent: Wednesday, September 21, 2016 6:19 PM > To: dts@dpdk.org > Cc: Xu, GangX > Subject: [dts] [PATCH V2 4/5] fix TestSuite coremask >=20 > copy standard error to standard output,that wo can read in out file >=20 > Signed-off-by: xu,gang > --- > tests/TestSuite_coremask.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_coremask.py b/tests/TestSuite_coremask.py > index 9fd039d..2458d8f 100644 > --- a/tests/TestSuite_coremask.py > +++ b/tests/TestSuite_coremask.py > @@ -104,7 +104,7 @@ class TestCoremask(TestCase): > Check coremask parsing for more cores than available. > """ >=20 > - command_line =3D """./%s/app/test -c %s -n %d --log-level 8|tee > out""" > + command_line =3D """./%s/app/test -c %s -n %d --log-level 8 2 > = &1 > |tee out""" >=20 > # Default big coremask value 128 > big_coremask_size =3D 128 > -- > 1.9.3