From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DCF62568E for ; Tue, 26 Jul 2016 07:45:12 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 25 Jul 2016 22:45:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,423,1464678000"; d="scan'208";a="1002516141" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 25 Jul 2016 22:45:08 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u6Q5j6Bw012037; Tue, 26 Jul 2016 13:45:06 +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 u6Q5j4oY030172; Tue, 26 Jul 2016 13:45:06 +0800 Received: (from yufengmx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u6Q5j44C030168; Tue, 26 Jul 2016 13:45:04 +0800 From: Yufen Mo To: dts@dpdk.org Cc: yufengmx Date: Tue, 26 Jul 2016 13:45:01 +0800 Message-Id: <1469511903-30103-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH V2 0/2] Ipgre automation testing 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: , X-List-Received-Date: Tue, 26 Jul 2016 05:45:13 -0000 From: yufengmx yufengmx (2): add sctp/gre format support in framework/packet module Ipgre: upload automation testing script framework/packet.py | 19 +++ test_plans/ipgre_test_plan.rst | 181 +++++++++++++++++++++++++ tests/TestSuite_ipgre.py | 295 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 495 insertions(+) create mode 100644 test_plans/ipgre_test_plan.rst create mode 100644 tests/TestSuite_ipgre.py -- 1.9.3