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 BA77BA0524; Mon, 20 Jan 2020 06:46:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B15EF1515; Mon, 20 Jan 2020 06:46:08 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 9C7F111A4 for ; Mon, 20 Jan 2020 06:46:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jan 2020 21:46:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,340,1574150400"; d="scan'208";a="399272915" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 19 Jan 2020 21:46:06 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Jan 2020 21:46:06 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Jan 2020 21:46:05 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.197]) with mapi id 14.03.0439.000; Mon, 20 Jan 2020 13:46:04 +0800 From: "Tu, Lijuan" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Wang, Yinan" , "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] tests/vhost_user_live_migration:add self. Thread-Index: AQHVzzbeAmdNRz2m20iJavOiGFfqp6fzC1TQ Date: Mon, 20 Jan 2020 05:46:03 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBADB02@SHSMSX101.ccr.corp.intel.com> References: <1579486576-127562-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1579486576-127562-1-git-send-email-shuaix.zhu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/vhost_user_live_migration:add self. 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" applied > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai > Sent: Monday, January 20, 2020 10:16 AM > To: dts@dpdk.org > Cc: Wang, Yinan ; Zhu, ShuaiX > > Subject: [dts] [PATCH V1] tests/vhost_user_live_migration:add self. >=20 >=20 >=20 > Signed-off-by: zhu,shuai > --- > tests/TestSuite_vhost_user_live_migration.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vhost_user_live_migration.py > b/tests/TestSuite_vhost_user_live_migration.py > index dc8bb24..5c5db0d 100644 > --- a/tests/TestSuite_vhost_user_live_migration.py > +++ b/tests/TestSuite_vhost_user_live_migration.py > @@ -139,7 +139,7 @@ class TestVhostUserLiveMigration(TestCase): > core_config =3D '1S/%dC/1T' % core_number > self.core_list0 =3D self.duts[0].get_core_list(core_config) > self.core_list1 =3D self.duts[1].get_core_list(core_config) > - self.verify(len(self.core_list0) >=3D core_number and len(core_l= ist1) >=3D > core_number, > + self.verify(len(self.core_list0) >=3D core_number and > len(self.core_list1) >=3D core_number, > 'There have not enough cores to start testpmd on dut= s') >=20 > def launch_testpmd_as_vhost_on_both_dut(self, zero_copy=3DFalse): > -- > 2.17.2