From patchwork Fri Dec 30 09:01:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yuan, DukaiX" X-Patchwork-Id: 121473 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 48231A0032; Fri, 30 Dec 2022 10:05:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 26AB140DD8; Fri, 30 Dec 2022 10:05:56 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id E14064067B for ; Fri, 30 Dec 2022 10:05:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672391154; x=1703927154; h=from:to:cc:subject:date:message-id; bh=/CguLXgnL/cPsI4Y4/QzHgSUWn3onr25PDh5Ly7XRMs=; b=Eb1ThI/9RcigVy+L1i9P3nQq/ZIp8dlQPHO7gHDrTO2uRh3bop64q/cB BfJQaQJL6u5ryzX1IP8DDLRI1WjtIWiWpv6Vdc5nbRfuzl9afG47NdmqE 21l2yv+yRtxIrku9qn97ijgaX0y1ql02kdzPKAZPDRsQ+WuCTIv5A1qPy lj00ESWuTFnaE8a2pQJ0lYUhKU1gbLMUxFLJGbxJL46Ffieprtu06RWwC xxVseBdqoIUThgHu6Jelkg+xv6VXQgPUaoQ/YGNsEZrtc8LC99oBXPPeV 5HKt19APT7rll7DXGI2fDz75qON5/Jlj4WpYvVw2U9jJWutQz8uWlxB9e A==; X-IronPort-AV: E=McAfee;i="6500,9779,10575"; a="301550966" X-IronPort-AV: E=Sophos;i="5.96,286,1665471600"; d="scan'208";a="301550966" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Dec 2022 01:05:52 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10575"; a="647258784" X-IronPort-AV: E=Sophos;i="5.96,286,1665471600"; d="scan'208";a="647258784" Received: from unknown (HELO localhost.localdomain) ([10.239.252.15]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Dec 2022 01:05:51 -0800 From: Dukai Yuan To: dts@dpdk.org Cc: Dukai Yuan Subject: [dts][PATCH V1] tests/loopback_virtio_user_server_mode: remove command unbind ports Date: Fri, 30 Dec 2022 17:01:08 +0800 Message-Id: <20221230090108.12877-1-dukaix.yuan@intel.com> X-Mailer: git-send-email 2.17.1 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 Delete unbind ports steps as this testsuite no need NIC port. Signed-off-by: Dukai Yuan --- tests/TestSuite_loopback_virtio_user_server_mode.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestSuite_loopback_virtio_user_server_mode.py b/tests/TestSuite_loopback_virtio_user_server_mode.py index 31145b25..b05c8394 100644 --- a/tests/TestSuite_loopback_virtio_user_server_mode.py +++ b/tests/TestSuite_loopback_virtio_user_server_mode.py @@ -28,8 +28,6 @@ class TestLoopbackVirtioUserServerMode(TestCase): self.cores_num >= 6, "There has not enought cores to test this case" ) self.dut_ports = self.dut.get_ports() - self.unbind_ports = copy.deepcopy(self.dut_ports) - self.dut.unbind_interfaces_linux(self.unbind_ports) self.ports_socket = self.dut.get_numa_id(self.dut_ports[0]) self.core_list = self.dut.get_core_list( self.core_config, socket=self.ports_socket