From patchwork Wed Nov 30 06:32:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120331 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 E1BEDA00C2; Wed, 30 Nov 2022 07:37:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC43340395; Wed, 30 Nov 2022 07:37:54 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 2CEBA4014F for ; Wed, 30 Nov 2022 07:37:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669790273; x=1701326273; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=RZdMefcKnkBCl/VaDds/+gAHAbdpnTq3pbUdbpDGtSc=; b=YIBX2ayQFtDfL40N39kAZqff1dT42CRAFtsI+tnotNX7ygotGPoahs/W C/PUESnN3jgbyvKKpoNLg3NC69MmySX/JoluNb3wxK9tqe5zWVSYspHjm vYuWdcMPLPx6WILjuXe/TWd2QFMDNC5zNNearJg+jPh2bZxBIa5DRqZ+y 0nK4w0V4hYXxAYfl8MwTKX07Y20KeAt93U3qPsxCyjwGwCfPDWJz92Xu2 K7JAZmK/c+7UMRtOnhHUtzi2IloxPxxS4u6yaQEDOGpwSFR83yVrXy/aA 0hrb/dctaznk+M1DQ8tt8mkAKmsMGPSuVd9Xm3YlLsQ55zoqWfSYAMSyJ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="298688388" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="298688388" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:37:52 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="768720077" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="768720077" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:37:51 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] add vm2vm_virtio_user_dsa Date: Wed, 30 Nov 2022 14:32:14 +0800 Message-Id: <20221130063214.1165196-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 1.Modify the description in testplan. 2.Add the TestSuite_vm2vm_virtio_user_dsa.py testsuite. Wei Ling (2): test_plans/vm2vm_virtio_user_dsa_test_plan: modify testplan description tests/vm2vm_virtio_user_dsa: add new testsuite .../vm2vm_virtio_user_dsa_test_plan.rst | 166 +- tests/TestSuite_vm2vm_virtio_user_dsa.py | 2079 +++++++++++++++++ 2 files changed, 2164 insertions(+), 81 deletions(-) create mode 100644 tests/TestSuite_vm2vm_virtio_user_dsa.py