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 8FBB4427F6; Tue, 21 Mar 2023 10:43:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 699B240A7F; Tue, 21 Mar 2023 10:43:36 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id BD1A840A7A for ; Tue, 21 Mar 2023 10:43:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679391814; x=1710927814; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=UzpE08tYI+fmnSqAoTLfgoNGxf/Je1J5IH38S9x6PnI=; b=ZpaaJzWuc5iHELbOL56EJDnkl1JgoTaN+SS/nqKmCivxO2sI3qI8QMWs URMNgdarhQHyezGVTxSxChY7VrO9UC7FI7u//paTIipcVrwd20cgVCZhZ 2Bt7XF4RMsIqr4T99ClTdSo9B+XDwwsSLhW+A17V+ZQsat+6ZWQvVpkqF czCDJtYMmBETRzzaaZ16cFD+CiF3iCR9C+S2E3X1yZs71O5uIljeA86Rl 2wYsoFpnsufcsHSzQDCko+QZ923Dg9kxRcehi9yY6b9+He7xe9/1LxTgb HzgJsIvcPWvFQa95SzzN9RrI6Me1dGkN2dUT90OB+95MEjbJe62RpYFiy g==; X-IronPort-AV: E=McAfee;i="6600,9927,10655"; a="366623943" X-IronPort-AV: E=Sophos;i="5.98,278,1673942400"; d="scan'208";a="366623943" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2023 02:43:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10655"; a="770565509" X-IronPort-AV: E=Sophos;i="5.98,278,1673942400"; d="scan'208";a="770565509" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2023 02:43:32 -0700 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V3 0/7] add cases to test vf bonded Date: Tue, 21 Mar 2023 17:40:06 +0000 Message-Id: <20230321174013.3479335-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 cases to test vf bonded. Song Jiale (7): test_plans/index: add 3 test suites to test vf bonded test_plans/vf_pmd_bonded: add cases to test vf bonded tests/vf_pmd_bonded: add cases to test vf bonded test_plans/vf_pmd_bonded_8023ad: add cases to test vf bonded tests/vf_pmd_bonded_8023ad: add cases to test vf bonded test_plans/vf_pmd_stacked_bonded: add cases to test vf bonded tests/vf_pmd_stacked_bonded: add cases to test vf bonded test_plans/index.rst | 3 + test_plans/vf_pmd_bonded_8023ad_test_plan.rst | 477 ++++ test_plans/vf_pmd_bonded_test_plan.rst | 509 ++++ .../vf_pmd_stacked_bonded_test_plan.rst | 416 ++++ tests/TestSuite_vf_pmd_bonded.py | 2169 +++++++++++++++++ tests/TestSuite_vf_pmd_bonded_8023ad.py | 660 +++++ tests/TestSuite_vf_pmd_stacked_bonded.py | 613 +++++ 7 files changed, 4847 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