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 4AAC52C55 for ; Mon, 7 Mar 2016 03:42:35 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 06 Mar 2016 18:42:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,549,1449561600"; d="scan'208,217";a="931022471" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 06 Mar 2016 18:42:34 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 6 Mar 2016 18:42:33 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 6 Mar 2016 18:42:33 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.232]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.24]) with mapi id 14.03.0248.002; Mon, 7 Mar 2016 10:42:26 +0800 From: "Xu, Qian Q" To: "Ding, HengX" Thread-Topic: L3FWD perf test will be blocked with latest dts Thread-Index: AdF4GtpaAh6wodtgSEGiq1sR8vYcZQ== Date: Mon, 7 Mar 2016 02:42:25 +0000 Message-ID: <82F45D86ADE5454A95A89742C8D1410E031F98C7@shsmsx102.ccr.corp.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] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dts@dpdk.org" Subject: [dts] L3FWD perf test will be blocked with latest dts 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, 07 Mar 2016 02:42:35 -0000 Heng, I guess the bug may be brought by your patch on RSFEC in etgen framew= ork, pls check! Traceback (most recent call last): File "./main.py", line 153, in args.debug, args.debugcase) File "/root/dts/framework/dts.py", line 501, in run_all dts_crbs_init(crbInst, skip_setup, read_cache, project, base_dir, nics,= virt type) File "/root/dts/framework/dts.py", line 273, in dts_crbs_init tester.init_ext_gen() File "/root/dts/framework/tester.py", line 76, in init_ext_gen self.ixia_packet_gen =3D IxiaPacketGenerator(self) File "/root/dts/framework/etgen.py", line 158, in __init__ self.enable_rsfec =3D ixiaPorts[ixiaRef]['enable_rsfec'] KeyError: 'enable_rsfec' Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/root/dts/framework/dts.py", line 109, in close_all_sessions for port_info in dut.ports_info: TypeError: 'NoneType' object is not iterable Error in sys.exitfunc: Traceback (most recent call last): File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/root/dts/framework/dts.py", line 109, in close_all_sessions for port_info in dut.ports_info: TypeError: 'NoneType' object is not iterable Thanks Qian