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 CCD51A04A4; Tue, 26 May 2020 08:24:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 98CBA1D94D; Tue, 26 May 2020 08:24:54 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E29F61D92F for ; Tue, 26 May 2020 08:24:52 +0200 (CEST) IronPort-SDR: ME4fnG46ngViJOx9S1rdCkSxi+KF1OXXEqLWGnoQz7g1UIgigrmj5gpYdD90ycx8DAZOpLjKC4 oZBTasFF8YXA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2020 23:24:51 -0700 IronPort-SDR: fQ4B5a9JMARF+91/1HrDAncr4yRnUBassyL/HQpqBCaQ1qts8VXsDdusCCyUeh7/NTOYQkXUHG SBvVEQVHEq8g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,436,1583222400"; d="scan'208";a="255074749" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by fmsmga007.fm.intel.com with ESMTP; 25 May 2020 23:24:50 -0700 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Tue, 26 May 2020 14:25:58 +0800 Message-Id: <20200526062601.17135-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V4 0/3] tests/malicious_driver_event_indication: upload test plan and automation 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Malicious driver event indication process in FVL PF driver. v4: - fix typo in test plan. v3: - rebase source code. v2: - change auto patch dpdk code method yufengmx (3): tests/malicious_driver_event_indication: upload automation script tests/malicious_driver_event_indication: update test plan tests/malicious_driver_event_indication: add test plan index test_plans/index.rst | 1 + ...ious_driver_event_indication_test_plan.rst | 96 +++++ ...Suite_malicious_driver_event_indication.py | 335 ++++++++++++++++++ 3 files changed, 432 insertions(+) create mode 100644 test_plans/malicious_driver_event_indication_test_plan.rst create mode 100644 tests/TestSuite_malicious_driver_event_indication.py -- 2.21.0