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 3908E2951 for ; Mon, 15 Aug 2016 05:30:33 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 14 Aug 2016 20:30:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,523,1464678000"; d="scan'208";a="1035566228" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 14 Aug 2016 20:30:31 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u7F3UTKv010947; Mon, 15 Aug 2016 11:30:29 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u7F3URDe003977; Mon, 15 Aug 2016 11:30:29 +0800 Received: (from yufengmx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u7F3URN8003973; Mon, 15 Aug 2016 11:30:27 +0800 From: Yufen Mo To: dts@dpdk.org Cc: yufengmx Date: Mon, 15 Aug 2016 11:30:23 +0800 Message-Id: <1471231825-3942-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH V1 0/2] packet capture: update automation testing script/test plan 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, 15 Aug 2016 03:30:33 -0000 From: yufengmx yufengmx (2): framewok: fixed packet module defect Packet capture: upload automation testing script/test plan framework/packet.py | 3 +- test_plans/packet_capture_test_plan.rst | 376 ++++++++++++++++ tests/TestSuite_packet_capture.py | 756 ++++++++++++++++++++++++++++++++ 3 files changed, 1134 insertions(+), 1 deletion(-) create mode 100644 test_plans/packet_capture_test_plan.rst create mode 100644 tests/TestSuite_packet_capture.py -- 1.9.3