From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 49106A0613 for ; Wed, 25 Sep 2019 07:11:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 075B02BE2; Wed, 25 Sep 2019 07:11:29 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D649C2BC8 for ; Wed, 25 Sep 2019 07:11:27 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2019 22:11:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,546,1559545200"; d="scan'208";a="189570760" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by fmsmga007.fm.intel.com with ESMTP; 24 Sep 2019 22:11:25 -0700 From: yufengmx To: dts@dpdk.org, yinan.wang@intel.com, wenjiex.a.li@intel.com Cc: yufengmx Date: Wed, 25 Sep 2019 13:11:56 +0800 Message-Id: <20190925051157.44904-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 0/1] tests/packet_capture: support 2 nodes testing scenario 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" optimize script to support dut/tester 2 nodes testing scenario and phil.yang@arm.com refactor mechanism. *. change the target source code relative directory to absolute directory. *. create a pdump log directory on tester/dts for tcpdump file sync up. *. change dut kill tcpdump to tester kill tcpdump. *. change search spare interface attribute to BROADCAST,MULTICAST. *. change is_existed_on_dut to is_existed_on_crb for dut/tester usage. *. change pdump log directory from root to tmp. *. add dut/tester on one node check method. *. use new packet.py send_pkt input parameter definition. *. remove kernel nic lldp packet filter out process in parsePacket. *. set pdump session name to pdump tool name. *. restore compile environment after suite execution complete. *. fix typo. yufengmx (1): tests/packet_capture: support 2 nodes testing scenario tests/TestSuite_packet_capture.py | 253 +++++++++++++++++++----------- 1 file changed, 161 insertions(+), 92 deletions(-) -- 2.21.0