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 5A85E41B98; Thu, 9 Feb 2023 07:56:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 28C4540EDC; Thu, 9 Feb 2023 07:56:35 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 269E34067B for ; Thu, 9 Feb 2023 07:56:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675925794; x=1707461794; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=1/D90/58BukY2X9/IEf/1lP+DLiXBi4ErIRnCzBHZKY=; b=IOxGNWE0MNqUcj1WjTj926/aWtSYi6DlwaXX/9zu1uv8uOXFK9RGsSET +vd6ReabGGPKruZOvgj3sDHBrTIQXuQuFvGWkvIgYw/88c7LKxGA3PsNM /EmADSDx0K4HQWeu0e/BeruN+R43qYuWLtc9hFMKmExtKW0f9DKYtv1lT vV6+eTUSw1kwR6A60ZXg9+CXatIHfNXuOG10//5jdW2AGY4O10UIRVfUk OSre4QTZ2BOIQuFKJszFblL0CKI3vSoZALer2Ozx/IhhlT0RWxovrY4jw sF3mAdgHxJbDd6NCWAhfYOT+/dSfNvrHHZks2/+G5M+IPXmKdmG5wUnT6 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10615"; a="392420762" X-IronPort-AV: E=Sophos;i="5.97,281,1669104000"; d="scan'208";a="392420762" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2023 22:56:33 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10615"; a="810224078" X-IronPort-AV: E=Sophos;i="5.97,281,1669104000"; d="scan'208";a="810224078" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2023 22:56:31 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [PATCH V1 0/4] modify the script to adapt to changes in dpdk Date: Thu, 9 Feb 2023 14:53:47 +0000 Message-Id: <20230209145351.1140496-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 the display information of the binding port in dpdk-testpmd has changed. modify the script to adapt to this change. According to dpdk commit f3b5f3d35c59e1("app/testpmd: use dump API to show bonding info"). Song Jiale (4): test_plans/pmd_bonded_8023ad: modify the script to adapt to changes in dpdk tests/pmd_bonded_8023ad: modify the script to adapt to changes in dpdk tests/pmd_bonded: modify the script to adapt to changes in dpdk tests/bonding: modify the script to adapt to changes in dpdk test_plans/pmd_bonded_8023ad_test_plan.rst | 118 +++++++++++++++++++-- tests/TestSuite_pmd_bonded.py | 53 ++++----- tests/TestSuite_pmd_bonded_8023ad.py | 4 +- tests/bonding.py | 26 ++--- 4 files changed, 153 insertions(+), 48 deletions(-) -- 2.25.1