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 5C5EDA00C5; Thu, 30 Apr 2020 10:53:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 52C811D975; Thu, 30 Apr 2020 10:53:24 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 784951D967 for ; Thu, 30 Apr 2020 10:53:21 +0200 (CEST) IronPort-SDR: U+f35GvHK8/mLt5LPyREIDBR+4ao4xzuzQsEYD3z+Nmjno2o926PGRARZNqbAu+oi49ivYn5mC 3UPegVBPkTpA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2020 01:53:21 -0700 IronPort-SDR: MOBRNKDdTwVDP7EyW8iLBV9l/hb8EDTiDTzZIyNxJzj3Yblyt8+wO4E7WW1OXkpLypoqCSmLoR u86neEbI60cQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,334,1583222400"; d="scan'208";a="368076323" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by fmsmga001.fm.intel.com with ESMTP; 30 Apr 2020 01:53:20 -0700 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Thu, 30 Apr 2020 16:55:18 +0800 Message-Id: <20200430085518.31075-4-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20200430085518.31075-1-yufengx.mo@intel.com> References: <20200430085518.31075-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V2 3/3] tests/malicious_driver_event_indication: add 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" index add test plan index. 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 132e957..710c3c9 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -177,6 +177,7 @@ The following are the test plans for the DPDK DTS automated test system. softnic_test_plan vm_hotplug_test_plan mdd_test_plan + malicious_driver_event_indication_test_plan virtio_1.0_test_plan vhost_enqueue_interrupt_test_plan -- 2.21.0