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 3175CA0487 for ; Tue, 30 Jul 2019 07:52:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C3A7B1BF1A; Tue, 30 Jul 2019 07:52:48 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 9AB0A1BE80 for ; Tue, 30 Jul 2019 07:52:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jul 2019 22:52:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,325,1559545200"; d="scan'208";a="165742396" Received: from dpdk-moyufen01.sh.intel.com ([10.67.111.77]) by orsmga008.jf.intel.com with ESMTP; 29 Jul 2019 22:52:45 -0700 From: yufengmx To: dts@dpdk.org Cc: yufengmx Date: Tue, 30 Jul 2019 13:53:34 +0800 Message-Id: <1564466015-44060-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V4]tests/packet_capture: upload automation script 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" upload packet capture automation script v4: - *. copy old tcpdump sniff/load methods of packet module into suite script to make sure testing time consumption < 45 minutes. - *. fix timeout error when run on dut/tester two nodes scenario. - *. add exception process to make sure testpmd and pdump can quit normally when exception occurs. - *. add check condition before run remote copy. - *. remove debug source code. - *. fix typo issue. - *. fix pep8 issue. yufengmx (1): tests/packet_capture: upload automation script tests/TestSuite_packet_capture.py | 869 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 869 insertions(+) create mode 100644 tests/TestSuite_packet_capture.py -- 1.9.3