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 1B618A04D7; Thu, 3 Sep 2020 11:59:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADD041C0B8; Thu, 3 Sep 2020 11:59:01 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CD06EDE0 for ; Thu, 3 Sep 2020 11:58:59 +0200 (CEST) IronPort-SDR: BkidK2vqPrmocHuWVGak82ISwWov3cev+zo3EOiODvEkTdV+6XkqX4o9T2D+XJKTYqWKw3wEbF NoAP0aoJ1lAw== X-IronPort-AV: E=McAfee;i="6000,8403,9732"; a="219101832" X-IronPort-AV: E=Sophos;i="5.76,386,1592895600"; d="scan'208";a="219101832" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Sep 2020 02:58:58 -0700 IronPort-SDR: U87wQ3+yxELeYNWbfDQ/JXNoMkWkzGhtkcM21xyBmVH5NXJ8SBwyqdK+lTKW9KRtPWZZLGgsoV rZBmoB7nu0WA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,386,1592895600"; d="scan'208";a="405434583" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga001.fm.intel.com with ESMTP; 03 Sep 2020 02:58:54 -0700 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Thu, 3 Sep 2020 17:57:40 +0800 Message-Id: <20200903095746.32389-2-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200903095746.32389-1-weix.xie@intel.com> References: <20200903095746.32389-1-weix.xie@intel.com> Subject: [dts] [dts 1/7] test_plans/unit_tests_kni_test_plan:update test plan to sync with testsuite 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" Signed-off-by: Xie wei --- test_plans/unit_tests_kni_test_plan.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_plans/unit_tests_kni_test_plan.rst b/test_plans/unit_tests_kni_test_plan.rst index c77d887..793dd47 100644 --- a/test_plans/unit_tests_kni_test_plan.rst +++ b/test_plans/unit_tests_kni_test_plan.rst @@ -45,6 +45,10 @@ script (launched using ``make test``) that sends commands to the application and checks the results. A test report is displayed on stdout. +Case config:: + + For enable KNI features, need to set the "CONFIG_RTE_KNI_KMOD=y" in ./config/common_base and re-build DPDK. + The steps to run the unit test manually are as follow:: # make -C ./app/test/ -- 2.17.1