From patchwork Thu Feb 16 06:17:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 124030 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 30BCF41CAC; Thu, 16 Feb 2023 07:30:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 26D2D40EE3; Thu, 16 Feb 2023 07:30:49 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 939F940695 for ; Thu, 16 Feb 2023 07:30:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676529047; x=1708065047; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=9wSCq4T5dMUDM4H2NGJcKO1T0KAI+4XsgddNQf5N+Cg=; b=PjNz7Y+q9GbAJpdGuQhwpV1tOvSuFPMEYt7q+J0zXhJvxwKuoSd6uT+p a9jUSwaSJog9+L8dWuDgemKbJrHaiVJ0StVqbgPFIHXqkmOjsqYc3vK27 fxGEQhAITIFGIZMQzfNUKgPVizMUnAWeE5VlaFTVq+yaDoSbLnKn6amL5 Y6d8aV4j2qhMG8QX/K+EYTqXopRztyyA1+f+o5vXjhuW9XTpVN1kKbpN+ oRvT9y/X7gIhUQe5RT7h6YJuYd0C9qKqHO8qUO1ecGIJdhDxQKSMmq7uB VWr6YessIb5f7e7sMBDQW7dNmLIB9L60dgp8YYC2hQgRwIApzZjLakeED Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="333802574" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="333802574" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2023 22:30:46 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="844028048" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="844028048" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2023 22:30:45 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 1/3] test_plans/index: add vhost_async_robust_cbdma_test_plan Date: Thu, 16 Feb 2023 14:17:21 +0800 Message-Id: <20230216061721.1023096-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 new vhost_async_robust_cbdma_test_plan in test_plans/index. 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 ea13fc8e..df607f79 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -152,6 +152,7 @@ The following are the test plans for the DPDK DTS automated test system. speed_capabilities_test_plan vhost_cbdma_test_plan vhost_dsa_test_plan + vhost_async_robust_cbdma_test_plan vhost_user_interrupt_test_plan vhost_user_interrupt_cbdma_test_plan sriov_kvm_test_plan