From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 956A8A046B for ; Tue, 25 Jun 2019 10:19:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D96221BBE7; Tue, 25 Jun 2019 10:18:59 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9DAF21BBE1 for ; Tue, 25 Jun 2019 10:18:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jun 2019 01:18:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,415,1557212400"; d="scan'208";a="184405574" Received: from itecstvdts01.sh.intel.com ([10.67.111.114]) by fmsmga004.fm.intel.com with ESMTP; 25 Jun 2019 01:18:55 -0700 From: yufengmx To: dts@dpdk.org Cc: yufengmx Date: Tue, 25 Jun 2019 16:19:59 +0800 Message-Id: <1561450799-144563-3-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1561450799-144563-1-git-send-email-yufengx.mo@intel.com> References: <1561450799-144563-1-git-send-email-yufengx.mo@intel.com> Subject: [dts] [PATCH V5 2/2] [examples/flow_classify]: add flow_classify_test_plan label 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" add flow_classify_test_plan label Signed-off-by: yufengmx --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 3e857ee..52d4e55 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -216,3 +216,4 @@ The following are the test plans for the DPDK DTS automated test system. distributor_test_plan efd_test_plan example_build_test_plan + flow_classify_test_plan -- 1.9.3