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 7A6A0A00C2; Fri, 6 Jan 2023 02:34:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 562DD4067C; Fri, 6 Jan 2023 02:34:23 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id C4C504021F for ; Fri, 6 Jan 2023 02:34:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672968862; x=1704504862; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HNu53xhPpCwLpfJ1Eu/hm9TTc3kolaniNFEg7/xu6eA=; b=nxh0jrX4fPN4d6S9V7sCNZUyOMSXKmrlPuuIEWoC44TJLlHazlEW/5U7 8m8OionbFIMy9kO0iXW9x2xgQYUvRdBxhF5BjBRxiXcu3iCsKLQUJk6RH ThfXftkJsb2MyD+4neBw5sZeigW6CwbN5OYD9hGdjT6CdvlZnOfLH523H g9oKobneo1TjlHSy2PHXMd3Cp7K5rS2ryd71zBmNu0kYQwb6E2nsDztUX 9mWwoIZbjakqeg0kpNsiky9Gwh7vHh/THHeMLoHTujmkX2K/xj7MU6sn+ aRoMl6cZtmQD4G3ChQwPhQJ7uhyF3dAvUS/crWALpM0xNshYvixGlvqZ3 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10581"; a="324391095" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="324391095" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2023 17:34:20 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10581"; a="829754962" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="829754962" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2023 17:34:19 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V2 0/7] add cases to test vf bonding Date: Fri, 6 Jan 2023 09:32:02 +0000 Message-Id: <20230106093209.317472-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 add testplan and suite to test vf bonding. Song Jiale (7): tests/vf_pmd_bonded: add case to test vf bonding test_plans/vf_pmd_bonded: add case to test vf bonding tests/vf_pmd_bonded_8023ad: add case to test vf bonding test_plans/vf_pmd_bonded_8023ad: add cases to test vf bonding tests/vf_pmd_stacked_bonded: add cases to test vf bonding test_plans/vf_pmd_stacked_bonded: add cases to test vf bonding test_plans/index: add 3 suite test_plans/index.rst | 3 + test_plans/vf_pmd_bonded_8023ad_test_plan.rst | 411 ++++ test_plans/vf_pmd_bonded_test_plan.rst | 523 ++++ .../vf_pmd_stacked_bonded_test_plan.rst | 406 ++++ tests/TestSuite_vf_pmd_bonded.py | 2152 +++++++++++++++++ tests/TestSuite_vf_pmd_bonded_8023ad.py | 650 +++++ tests/TestSuite_vf_pmd_stacked_bonded.py | 614 +++++ 7 files changed, 4759 insertions(+) create mode 100644 test_plans/vf_pmd_bonded_8023ad_test_plan.rst create mode 100644 test_plans/vf_pmd_bonded_test_plan.rst create mode 100644 test_plans/vf_pmd_stacked_bonded_test_plan.rst create mode 100644 tests/TestSuite_vf_pmd_bonded.py create mode 100644 tests/TestSuite_vf_pmd_bonded_8023ad.py create mode 100644 tests/TestSuite_vf_pmd_stacked_bonded.py -- 2.25.1