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 577EEA00C5; Thu, 30 Apr 2020 08:47:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4E5B81D8DB; Thu, 30 Apr 2020 08:47:42 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A5CDD1D738 for ; Thu, 30 Apr 2020 08:47:40 +0200 (CEST) IronPort-SDR: M0M70BxNHmZHtu3x1tMjOjJObmh3cccUAr2o7k4DLQ4G/B6Z1jE6aYQL6+id/z1KDdxZ7V3gVe ewtcqD/7Knqg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2020 23:47:40 -0700 IronPort-SDR: s2BX9OcjdjhNLMYe6bVr+HF/LbsUpwyyeBuBE5y7xqwCc2hIUkuG5/f7sQSHaSxU9o4B+s9g22 nVYfQUaF38DA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,334,1583222400"; d="scan'208";a="276417870" Received: from unknown (HELO xqm-virtio_tester.sh.intel.com) ([10.240.183.52]) by orsmga002.jf.intel.com with ESMTP; 29 Apr 2020 23:47:39 -0700 From: Xiao Qimai To: dts@dpdk.org Cc: Xiao Qimai Date: Thu, 30 Apr 2020 14:40:57 +0800 Message-Id: <1588228857-411958-4-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1588228857-411958-1-git-send-email-qimaix.xiao@intel.com> References: <1588228857-411958-1-git-send-email-qimaix.xiao@intel.com> Subject: [dts] [PATCH V1 3/3]virtio_user_as_exceptional_path: bind port back after testsuite end 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" Signed-off-by: Xiao Qimai --- tests/TestSuite_virtio_user_as_exceptional_path.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/TestSuite_virtio_user_as_exceptional_path.py b/tests/TestSuite_virtio_user_as_exceptional_path.py index 35a0a98..faf8c49 100644 --- a/tests/TestSuite_virtio_user_as_exceptional_path.py +++ b/tests/TestSuite_virtio_user_as_exceptional_path.py @@ -322,6 +322,10 @@ class TestVirtioUserAsExceptionalPath(TestCase): """ Run after each test suite. """ + # bind the port conf in ports.cfg + for i in self.dut_ports: + port = self.dut.ports_info[i]['port'] + port.bind_driver(self.def_driver) self.unprepare_dpdk() if self.peer_pci_setup: self.dut.send_expect( -- 1.8.3.1