From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0C5192BF8 for ; Thu, 21 Apr 2016 08:14:39 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 20 Apr 2016 23:14:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,512,1455004800"; d="scan'208";a="789154481" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 20 Apr 2016 23:14:36 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u3L6EYJW001565; Thu, 21 Apr 2016 14:14:34 +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 u3L6EVV0000844; Thu, 21 Apr 2016 14:14:34 +0800 Received: (from yufengmx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u3L6EVer000840; Thu, 21 Apr 2016 14:14:31 +0800 From: Yufen Mo To: dts@dpdk.org Cc: yufengmx Date: Thu, 21 Apr 2016 14:14:30 +0800 Message-Id: <1461219271-809-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH V1]add quota watermark test suite 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: Thu, 21 Apr 2016 06:14:40 -0000 From: yufengmx yufengmx (1): The Quota and Watermark sample application performs forwarding for each packet that is received on a given port, Internally, packets are pulled from the ports by the master logical core and put on a variable length processing pipeline, each stage of which being connected by rings. It is a test suite for this application.This commit move quota watermark test suite from internal fd11_dtf_merge branch to dts org master branch, add functional test case for basic work flow testing. test_plans/quota_watermark_test_plan.rst | 190 ++++++++++++ tests/TestSuite_quota_watermark.py | 482 +++++++++++++++++++++++++++++++ 2 files changed, 672 insertions(+) create mode 100644 test_plans/quota_watermark_test_plan.rst create mode 100644 tests/TestSuite_quota_watermark.py -- 1.9.3