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 DF0FE4280E; Tue, 28 Mar 2023 04:01:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE64B4161A; Tue, 28 Mar 2023 04:01:21 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id EF0E741140 for ; Tue, 28 Mar 2023 04:01:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679968881; x=1711504881; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=rIiiKZoM6mU7LvVK1YGq+kKsi6ERNvNoqFCC8Igpm08=; b=d3M3YKIVgB/JmyHk70kAVVUr4SugbBJehLdc1nl5KT8VmlMVQe1MSZ9f IVvkiYMq3PYJVyXrwFxtlzn2sZHYxK46jjyCAzrVONRw6HHeHFWrQQNyD +cYctkV3Gqn3gmdQLxBZzp6YJ62QBnttoEF+gBYhl/uQAs84D2R688IX2 UK0un0XLHfBOZzpChMrgfOTkmdQympuFiBU/tQvpC3yJeD1bdV4JsBG/3 3u/2tHQhspsByukgjNgBHCI7hg0BMRMHtw+wdJb6zzhmteKDZZhT2IXD7 Pb8Mt99E5Bv+GsIu9bqCla5KQUncP1D+RqRlr872mgGi/aHRMwDMSNDL+ Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="405373863" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="405373863" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 19:01:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="661012283" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="661012283" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 19:01:19 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 1/3] test_plans/index: add vhost_async_robust_cbdma_test_plan Date: Tue, 28 Mar 2023 09:58:18 +0800 Message-Id: <20230328015820.3793371-2-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230328015820.3793371-1-weix.ling@intel.com> References: <20230328015820.3793371-1-weix.ling@intel.com> 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 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 0770a935..cc5c43fe 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -155,6 +155,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 -- 2.25.1