From patchwork Fri Dec 23 03:11:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 121334 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 AC232A0093; Fri, 23 Dec 2022 04:20:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 88BC540697; Fri, 23 Dec 2022 04:20:28 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id BACD540685 for ; Fri, 23 Dec 2022 04:20:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671765626; x=1703301626; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=3Q9gM9wcgo8WFE+K3sBxcrWSQ4e5oYOmWQG1twjmfn0=; b=mu6SkM/a7+mKSoNzymWatXj8uEU4BJunzx88TeCi9Ll690CbrH9DGWXE vt7hI+MD4Hz5EPsLSQn06j5bXoZdLQu1LCi48msqT7Z7afpuKcI6gFgOO 0OL7uA8JSwfBsFkhhWcFGH9fUjuyZgXiMTUYRCPTsvfp5eYoou3GU2aq2 u3uIdvPqvr9G1d/Mv81u1WZZfIIe8QM0z+6SmhKNC7wdS0oTq02sdcxER rVIs7HPA/VI7IpDlv79kFmfpxEViuO/k3oIRzY9mBVo7Gq8gh6NQddP0o ASnBDE6L520B658+FOboBDsvxmJirpWHyPfO6H8Y1ds4TnI59GKY5UxGM Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10569"; a="384651147" X-IronPort-AV: E=Sophos;i="5.96,267,1665471600"; d="scan'208";a="384651147" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 19:20:25 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10569"; a="651985699" X-IronPort-AV: E=Sophos;i="5.96,267,1665471600"; d="scan'208";a="651985699" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 19:20:24 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/4] add vhost_dsa testplan and testsuite Date: Fri, 23 Dec 2022 11:11:40 +0800 Message-Id: <20221223031140.753299-1-weix.ling@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 vhost_dsa testplan, testsuite and config file to test the PVP topo with split ring and packed ring all path with DSA dirver. Wei Ling (4): test_plans/index: add vhost_dsa_test_plan test_plans/vhost_dsa_test_plan: add new testplan tests/vhost_dsa: add new testsuite conf/vhost_dsa: add vhost_dsa testsuite config file conf/vhost_dsa.cfg | 150 ++ test_plans/index.rst | 1 + test_plans/vhost_dsa_test_plan.rst | 1259 +++++++++++++++ tests/TestSuite_vhost_dsa.py | 2326 ++++++++++++++++++++++++++++ 4 files changed, 3736 insertions(+) create mode 100644 conf/vhost_dsa.cfg create mode 100644 test_plans/vhost_dsa_test_plan.rst create mode 100644 tests/TestSuite_vhost_dsa.py