From patchwork Thu Dec 29 04:52:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yu Jiang X-Patchwork-Id: 121459 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E1C90A0542; Thu, 29 Dec 2022 05:52:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DFC6B41133; Thu, 29 Dec 2022 05:52:08 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 0A69F410F9 for ; Thu, 29 Dec 2022 05:52:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672289527; x=1703825527; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0GsguAJaHH4dxGJPiPlxw1LNBmRh3D93x9HEWAhFLcs=; b=AUV6VCeOzrQOTFe+gnN6Kqg7CrliVL3RSoZtVy+4hIiWTHEleVWuvBKT xXgQU8z9CmmlJziPuKd71640Ugf3iuPmorgSSX1nf9qIapIz12fBqOrzq OY8mLyrVdDNCxfceoZGmgRfr2cC/KO7RvtjJ4SRgI5SrbmvkzapI6pTUR oe+3VIUSAg7UDkWCMZBXZ1WsKMVCAfsoc5O4L3qJnGoWaaU14EF399X8L Kfp0bbc6fUxso31/sOZb4f586CUyAl9Wi6GPGozB4Ms4EDMqq50opzHTr mgJapmp4L62orLyE/S/7I/cKWMO9JiJosyrtVDHDcgySNUnnI+Xz2z8Tg Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10574"; a="407245234" X-IronPort-AV: E=Sophos;i="5.96,282,1665471600"; d="scan'208";a="407245234" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2022 20:52:05 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10574"; a="742198574" X-IronPort-AV: E=Sophos;i="5.96,282,1665471600"; d="scan'208";a="742198574" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2022 20:52:04 -0800 From: Yu Jiang To: qi.fu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 0/2] Add new suite and plan for vf_l2fwd Date: Thu, 29 Dec 2022 12:52:01 +0800 Message-Id: <20221229045203.2210928-1-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 suite and plan for vf_l2fwd Yu Jiang (2): test_plans/vf_l2fwd: add vf_l2fwd test plan tests/vf_l2fwd: add vf_l2fwd test script test_plans/index.rst | 1 + test_plans/vf_l2fwd_test_plan.rst | 133 +++++++++++++++++++++++++++++ tests/TestSuite_vf_l2fwd.py | 136 ++++++++++++++++++++++++++++++ 3 files changed, 270 insertions(+) create mode 100644 test_plans/vf_l2fwd_test_plan.rst create mode 100644 tests/TestSuite_vf_l2fwd.py