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 C8FA5A04EF; Mon, 25 May 2020 04:21:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BEB581D6AC; Mon, 25 May 2020 04:21:35 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9177F1D686 for ; Mon, 25 May 2020 04:21:34 +0200 (CEST) IronPort-SDR: ipo7g3s/ZfxjPMyTHzPAagHG0xhxOgvll8RnhpProZzQ+RheQYeKu0G78fSWw3fY+hj5jbqY9i mVnyfHQ9woTg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2020 19:21:33 -0700 IronPort-SDR: 0Y9bJPFIVBKUxdJoDgtp6ptuBvupH0JUuCCb/0ak6x9JEDtCr+3AxWmGvgM4LGj5TSO1jXe0q1 xI+I1XLjIm1w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,431,1583222400"; d="scan'208";a="309895676" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by FMSMGA003.fm.intel.com with ESMTP; 24 May 2020 19:21:32 -0700 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Mon, 25 May 2020 10:23:12 +0800 Message-Id: <20200525022315.3214-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V3 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. 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