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 9DC0EA0566; Wed, 11 Mar 2020 07:23:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7E30D1BF7F; Wed, 11 Mar 2020 07:23:41 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 87BB53B5 for ; Wed, 11 Mar 2020 07:23:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2020 23:23:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,539,1574150400"; d="scan'208";a="236323541" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga008.jf.intel.com with ESMTP; 10 Mar 2020 23:23:37 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 10 Mar 2020 23:23:37 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 11 Mar 2020 14:23:34 +0800 Received: from shsmsx606.ccr.corp.intel.com ([10.109.6.216]) by SHSMSX606.ccr.corp.intel.com ([10.109.6.216]) with mapi id 15.01.1713.004; Wed, 11 Mar 2020 14:23:34 +0800 From: "Xiao, QimaiX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1]tests/TestSuite_pvp_vhost_user_reconnect: fix teardown to avoid interfere next case Thread-Index: AQHV920urlOwabWJkUyg9+iXV1uIT6hC7Drg Date: Wed, 11 Mar 2020 06:23:34 +0000 Message-ID: <0ebf91f05f4c411abd37093eef7e729c@intel.com> References: <1583907288-75854-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1583907288-75854-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: 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 V1]tests/TestSuite_pvp_vhost_user_reconnect: fix teardown to avoid interfere next case 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: Xiao, QimaiX Regards, Xiao Qimai > -----Original Message----- > From: Xiao, QimaiX > Sent: Wednesday, March 11, 2020 2:15 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts][PATCH V1]tests/TestSuite_pvp_vhost_user_reconnect: fix > teardown to avoid interfere next case >=20 > *. fix failed case interferes other cases >=20 > Signed-off-by: Xiao Qimai > --- > tests/TestSuite_pvp_vhost_user_reconnect.py | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) >=20 > diff --git a/tests/TestSuite_pvp_vhost_user_reconnect.py > b/tests/TestSuite_pvp_vhost_user_reconnect.py > index f361373..96ce734 100644 > --- a/tests/TestSuite_pvp_vhost_user_reconnect.py > +++ b/tests/TestSuite_pvp_vhost_user_reconnect.py > @@ -320,7 +320,6 @@ class TestPVPVhostUserReconnect(TestCase): > self.vm_testpmd_start() > self.send_and_verify(vm_cycle, "reconnet from VM") > self.result_table_print() > - self.stop_all_apps() >=20 > def test_perf_split_ring_reconnet_two_vms(self): > """ > @@ -352,7 +351,6 @@ class TestPVPVhostUserReconnect(TestCase): > self.vm_testpmd_start() > self.send_and_verify(vm_cycle, "reconnet from VM") > self.result_table_print() > - self.stop_all_apps() >=20 > def test_perf_split_ring_vm2vm_virtio_net_reconnet_two_vms(self): > """ > @@ -419,7 +417,6 @@ class TestPVPVhostUserReconnect(TestCase): > self.vm_testpmd_start() > self.send_and_verify(vm_cycle, "reconnet from VM") > self.result_table_print() > - self.stop_all_apps() >=20 > def test_perf_packed_ring_reconnet_two_vms(self): > """ > @@ -451,7 +448,6 @@ class TestPVPVhostUserReconnect(TestCase): > self.vm_testpmd_start() > self.send_and_verify(vm_cycle, "reconnet from VM") > self.result_table_print() > - self.stop_all_apps() >=20 > def test_perf_packed_ring_virtio_net_reconnet_two_vms(self): > """ > @@ -492,12 +488,18 @@ class TestPVPVhostUserReconnect(TestCase): > # > # Run after each test case. > # > - self.dut.send_expect("killall -s INT testpmd", "# ") > - self.dut.send_expect("killall -s INT qemu-system-x86_64", "# ") > + try: > + self.stop_all_apps() > + except Exception as e: > + self.logger.warning(e) > + finally: > + self.dut.kill_all() > + self.dut.send_expect("killall -s INT qemu-system-x86_64", "#= ") > time.sleep(2) >=20 > def tear_down_all(self): > """ > Run after each test suite. > """ > + self.dut.kill_all() > pass > -- > 1.8.3.1