From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 66D1AA0A0E; Wed, 3 Feb 2021 07:30:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3997724041A; Wed, 3 Feb 2021 07:30:23 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id BF87D240419 for ; Wed, 3 Feb 2021 07:30:21 +0100 (CET) IronPort-SDR: ZZQqA0w6YG5QsibDlaqSDi2RkzeLbUewKBO732j33g9gOcrMbAYMNEZsYinvxlAq50P98zV9FH Ee819VQwNRRw== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="168101176" X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="168101176" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 22:30:20 -0800 IronPort-SDR: OnaFdrsLiGOAlwTfjRe3bMyEdmLX3d94OaEk5oh94RtuueQz+EEAbS3s9GddNrPgPPP940W01j OrwYMgduy4Rg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="433225814" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga001.jf.intel.com with ESMTP; 02 Feb 2021 22:30:17 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 2 Feb 2021 22:30:16 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 3 Feb 2021 14:30:14 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 3 Feb 2021 14:30:14 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V6] tests/virtio_smoke:add virtio smoke test suite sync with test plan Thread-Index: AQHW+TVPegWLsBoJNEWL6Z5MnNvoQKpF+YwA Date: Wed, 3 Feb 2021 06:30:14 +0000 Message-ID: References: <20210202152313.3878782-1-weix.ling@intel.com> In-Reply-To: <20210202152313.3878782-1-weix.ling@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows 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 V6] tests/virtio_smoke:add virtio smoke test suite sync with test plan X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" > v1: > Add virtio smoke test suite sync with test plan. >=20 > v2: > 1.Modiry Copyrint(c)<2019> to Copyrint(c)<2021>. > 2.Fix CentOS check hugepagesize return ' 2048' dts issue. > 3.Add test case run exception handing 'kill dpdk-testpmd' > in set_up and tear_down. >=20 > v3: > Modify patch subject and comments description error. >=20 > v4: > Modify set_up method,kill testpmd then remove vhost-net*. >=20 > v5: > Fix patch spelling error. >=20 > v6: > Fix patch spelling error. >=20 > Signed-off-by: Ling Wei Applied.