From patchwork Fri Aug 26 06:55:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ChenyuX" X-Patchwork-Id: 115460 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 BE83AA0551; Fri, 26 Aug 2022 08:58:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9037D40146; Fri, 26 Aug 2022 08:58:36 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id D423C40143 for ; Fri, 26 Aug 2022 08:58:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661497115; x=1693033115; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=kvw0enPo6a8w13Tn5MbNOBQCUZ6cnUGuXvn5PJ+xwBw=; b=RmSnmQtjtDrvPakqhhqK2NnvmQC0QvAPqoQ05cy52js8VB79YbG6m8VL Mobm2iidQJsnGuMI3OrVIpoJLMTBbnm/yZMtACHt/CFVCBmp+FPiJIQmT LkhxSptRwvLj0nVb3iwM+6XfsyvFhYNXWjOCswUz0aQHKLxHP37r9gNw7 TGrf5j1Ra0ONkgj+mHs1/QR9uFU99gQb94S94b7PDRMfpbH6jpkN7In0u 2xKB7oCYYcEZVCeL3CJ/kvo+Z3mvWQ6MhrJqnwXRWwjgL9ZcPyrQfww/R 1pE5K7O3yx9rmbO3ZFJ4wbDo8UTzGX43NcklvChmCaoRBpUX5Sb3saDU6 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10450"; a="294443827" X-IronPort-AV: E=Sophos;i="5.93,264,1654585200"; d="scan'208";a="294443827" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2022 23:58:33 -0700 X-IronPort-AV: E=Sophos;i="5.93,264,1654585200"; d="scan'208";a="606676419" Received: from unknown (HELO localhost.localdomain) ([10.239.252.107]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2022 23:58:32 -0700 From: ChenYu Huang To: dts@dpdk.org Cc: ChenYu Huang Subject: [dts] [PATCH V1] test_plans/index.rst: remove vhost_user_interrupt_cbdma_test_plan Date: Fri, 26 Aug 2022 14:55:35 +0800 Message-Id: <20220826065535.1255678-1-chenyux.huang@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 Signed-off-by: ChenYu Huang Acked-by: Lijuan Tu --- test_plans/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index a78dd0f5..f9efc044 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -141,7 +141,6 @@ The following are the test plans for the DPDK DTS automated test system. speed_capabilities_test_plan vhost_cbdma_test_plan vhost_user_interrupt_test_plan - vhost_user_interrupt_cbdma_test_plan sriov_kvm_test_plan stats_checks_test_plan eventdev_pipeline_test_plan