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 AEE98A0510; Fri, 15 Apr 2022 11:05:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A768E40696; Fri, 15 Apr 2022 11:05:06 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id C5B884067C for ; Fri, 15 Apr 2022 11:05:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650013506; x=1681549506; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=KyqUqk05pRL3ICujPT+yb5dcKu0q7N7VlDcNHD0hiUE=; b=AEvGcEO5ShzfeEIzI854I5BzIyMLggUerX/+egT+t/uNObRgdzetslDZ aUs4WgT4wOCs/56CyZEetk+lAFvZlRnRhRJl3K1s74r5DdrgCj0hLC4u1 xTMxoHbUVPXXbrSoK67jBAsIzBvdqWomaeUiO6SI3GPfLrx7vCYS9DWpc Mg4Y9LW1lbnecTwQUHwLVEJ5JSgrHYrMkeuUz7un/fxt9e6rLZ7B0jlkG uaJquB0sv6u8VGcAF0ohVGLoQtak00wHAh09rmTtJ06jPkpUrX4QBKV9D ZtVHz5+LK8UvP+ia06X7rF4oLoynLZjX9GfNjE0R0f1HWXeMUbV7BxutN A==; X-IronPort-AV: E=McAfee;i="6400,9594,10317"; a="326027835" X-IronPort-AV: E=Sophos;i="5.90,262,1643702400"; d="scan'208";a="326027835" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2022 02:05:04 -0700 X-IronPort-AV: E=Sophos;i="5.90,262,1643702400"; d="scan'208";a="700995317" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2022 02:05:02 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 4/4] test_plans/index: add new testsuite Date: Fri, 15 Apr 2022 17:04:58 +0800 Message-Id: <20220415090458.261351-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 pvp_virtio_user_4k_pages_cbdma_test_plan into test_plans/index.rst. Signed-off-by: Wei Ling --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index f8118d14..17707cad 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -245,6 +245,7 @@ The following are the test plans for the DPDK DTS automated test system. pvp_vhost_user_reconnect_test_plan pvp_virtio_bonding_test_plan pvp_virtio_user_4k_pages_test_plan + pvp_virtio_user_4k_pages_cbdma_test_plan vdev_primary_secondary_test_plan vhost_1024_ethports_test_plan virtio_pvp_regression_test_plan -- 2.25.1