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 8F95541CB9; Fri, 17 Feb 2023 05:23:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8553340EE1; Fri, 17 Feb 2023 05:23:16 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 91C6F40A8B for ; Fri, 17 Feb 2023 05:23:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676607794; x=1708143794; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=2f2FiJGaCL52T6NKNZCo6httuligHqkLBAzDaW7psns=; b=d/Ojb2iKX/lcc5rj5aVK4edj+k7y5fQAMBud657m1Iafqi0iNuJscb1R TaprNZ4yaD9ruL3HjWCdNBu+Nt3uHNiC1zS2K/I0yp3RnLy1IQww0/vit aaOzcfFOYl2VcZQXmm8QM5MtdvlGboOyRdEQRN1FlMRo4tbZ5E4np2TGe tvMoUsa2iA+UgaYs8/ffeV7Mq3Brx2LsrjWnRqeOva6WpcJ+j6lUquPzI NjtgOAApwTpshNZ61p/uhkYrEzTOjXyeBfeC5qO9zgLJjsTSanrX2UOzp nNA1pOH61SRMEt9Ze8n+iLlpI8O/MfId35cRq4Kbo9rN9Ih93LW/hXie7 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="359353881" X-IronPort-AV: E=Sophos;i="5.97,304,1669104000"; d="scan'208";a="359353881" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 20:23:13 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="663757832" X-IronPort-AV: E=Sophos;i="5.97,304,1669104000"; d="scan'208";a="663757832" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 20:23:11 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V2 0/5] modify script to adapt changes in dpdk Date: Fri, 17 Feb 2023 12:20:18 +0000 Message-Id: <20230217122023.2345221-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 (5): tests/bonding: modify the script to adapt to changes in dpdk 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 test_plans/pmd_bonded: modify the script to adapt to changes in dpdk tests/pmd_bonded: modify the script to adapt to changes in dpdk test_plans/pmd_bonded_8023ad_test_plan.rst | 82 +++++++++++++++++++--- test_plans/pmd_bonded_test_plan.rst | 18 ++--- tests/TestSuite_pmd_bonded.py | 53 +++++++------- tests/TestSuite_pmd_bonded_8023ad.py | 4 +- tests/bonding.py | 36 +++++----- 5 files changed, 132 insertions(+), 61 deletions(-) -- 2.25.1