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 261D4A0352; Wed, 6 May 2020 03:40:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D78011D62A; Wed, 6 May 2020 03:40:17 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2FC571D629 for ; Wed, 6 May 2020 03:40:15 +0200 (CEST) IronPort-SDR: 1HuFRKfDrGnVsW/Oe0lBcVPNO5JfYW8XIpPkYWuFQ0QF91mT6IT1xwEz0N+pv5WrIE/B3jKM6I nJ5zNgVV2X9Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2020 18:40:13 -0700 IronPort-SDR: TvKFVsNPFwjqbTyeKUjMb8rR5XWkamDxYvIVvAc4JueMT3UxVe0yt30x26osiYRENZ5EsgSDBO Jct2JPjIbe6Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,357,1583222400"; d="scan'208";a="259949828" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 05 May 2020 18:40:13 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 May 2020 18:40:07 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 6 May 2020 09:40:05 +0800 Received: from shsmsx604.ccr.corp.intel.com ([10.109.6.214]) by SHSMSX604.ccr.corp.intel.com ([10.109.6.214]) with mapi id 15.01.1713.004; Wed, 6 May 2020 09:40:05 +0800 From: "Mo, YufengX" To: "dts@dpdk.org" , "Yao, Lei A" Thread-Topic: [dts][PATCH V2 0/3] tests/malicious_driver_event_indication: upload test plan and automation script Thread-Index: AQHWHszNNgoEXVIjI0+fa2DAVnroTaiaUNrA Date: Wed, 6 May 2020 01:40:05 +0000 Message-ID: References: <20200430085518.31075-1-yufengx.mo@intel.com> In-Reply-To: <20200430085518.31075-1-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" Tested by Mo, YufengX > -----Original Message----- > From: Mo, YufengX > Sent: Thursday, April 30, 2020 4:55 PM > To: dts@dpdk.org; Yao, Lei A > Cc: Mo, YufengX > Subject: [dts][PATCH V2 0/3] tests/malicious_driver_event_indication: upl= oad test plan and automation script >=20 > Malicious driver event indication process in FVL PF driver. >=20 > v2: > - change auto patch dpdk code method >=20 > 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 >=20 > 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_pla= n.rst > create mode 100644 tests/TestSuite_malicious_driver_event_indication.py >=20 > -- > 2.21.0