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 8636EA04FD; Fri, 25 Mar 2022 06:47:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 570F340140; Fri, 25 Mar 2022 06:47:20 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id C84E84013F for ; Fri, 25 Mar 2022 06:47:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648187238; x=1679723238; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Z7aR9JvyYmbfYdlXPuBvF90ZVUCFf+2Py8s8Zh9sXpw=; b=AEjOz086PickcmQvSOWHkLSppz+VGWu9OpPE5UEZjW3HapwLEyYWOAgU Cep0jtvV44ab45e0fZdfwEqg8xDzmF48OjrZXhiYAMRaSi7fskny6T4d3 FpF4k6Xc/mURPAMqyvwO17/6qA99pCxUR82F0O/sLcKQX1Qc36pBtdhbe AIzZkbkWmeoT/UIAtcgWEy+HLFjIOLSiIFw1jCwmmoOcju1NTZjbS9oBI BAyx3/eAcTNhBr1XrhRtVAPoVVegF1ZTVrpVwvwFt6+Y/PpVWbnfgiWRh JFooPXe5qnqkIoSzpVyupQX7tlpAikJYrVtdgG8oPo3+XYM+/tkKZROGh w==; X-IronPort-AV: E=McAfee;i="6200,9189,10296"; a="344997445" X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="344997445" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2022 22:47:17 -0700 X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="561698454" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2022 22:47:16 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/4] add new test suite Date: Fri, 25 Mar 2022 13:47:10 +0800 Message-Id: <20220325054710.726120-1-weix.ling@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 new testsuite, include: test_plans/index test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan tests/vswitch_pvp_multi_paths_performance_with_cbdma conf/vswitch_pvp_multi_paths_performance_with_cbdma Wei Ling (4): test_plans/index: add new test suite test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan: add new test suite tests/vswitch_pvp_multi_paths_performance_with_cbdma: add new test suite conf/vswitch_pvp_multi_paths_performance_with_cbdma: add new test suite config file ...pvp_multi_paths_performance_with_cbdma.cfg | 7 + test_plans/index.rst | 1 + ...paths_performance_with_cbdma_test_plan.rst | 395 +++++++++++ ..._pvp_multi_paths_performance_with_cbdma.py | 646 ++++++++++++++++++ 4 files changed, 1049 insertions(+) create mode 100644 conf/vswitch_pvp_multi_paths_performance_with_cbdma.cfg create mode 100644 test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vswitch_pvp_multi_paths_performance_with_cbdma.py -- 2.25.1