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 D2432A00C5; Thu, 30 Apr 2020 10:53:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA16C1D979; Thu, 30 Apr 2020 10:53:19 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 528431D967 for ; Thu, 30 Apr 2020 10:53:18 +0200 (CEST) IronPort-SDR: NCU7dGvhWVWIGwrtHh6SQBxvfmiQXvch47JioSfApp95J9pm+Z3zFnugP2/fbMNZaI/oNIFBkr HoqEkXLNGcGw== 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:17 -0700 IronPort-SDR: CcB2lm8QfbqJSMqFKl/Uh54i1nCsV5zS5LR1hQonD82htwSZ5W+dfh0hg0Ylkl/F1bObTGzeK/ dCZI2BcfJ6JQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,334,1583222400"; d="scan'208";a="368076297" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by fmsmga001.fm.intel.com with ESMTP; 30 Apr 2020 01:53:16 -0700 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Thu, 30 Apr 2020 16:55:15 +0800 Message-Id: <20200430085518.31075-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V2 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. 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 | 327 ++++++++++++++++++ 3 files changed, 424 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