From patchwork Wed Jan 26 08:59:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 106565 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 BF3B1A04A8; Wed, 26 Jan 2022 09:59:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B00AB42708; Wed, 26 Jan 2022 09:59:08 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id CB4A94069D for ; Wed, 26 Jan 2022 09:59:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643187547; x=1674723547; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=p9duPY52WngzROohWCrPvGqqHR/fsvDIkklqR5j1C98=; b=FgA2GUpIe0eQhVstGQ15nyEhGcaSm7ioMX3IIm6sBl7o1kHQro2XHGI4 GhmIZJrxsBDFTIs4RPC2AO9p1U+lZJmRor8iO72WJMoYNcWy4QoVDexpm Y2VmOxiBJB1p6rLBkcpuAV6rDzbJ0ZITntng8XJd21Y88DdCeX+BK90l8 8WTMMlPM8MTU6vmjYKCXW0+mtwGVO+1srN2btrVWY8/nUN2nXawgnZPTV EpEgBEYPJVeScJ3xodoL6i8JTUwciHxK/dRp0iZsuDXECnLlpn2VzV8Ps C9Tl6uuecaA9WGH4S9ztCfhsj5SmBlQFmejzKIzRwhbbJha5iuoEjNyYZ g==; X-IronPort-AV: E=McAfee;i="6200,9189,10238"; a="246454264" X-IronPort-AV: E=Sophos;i="5.88,317,1635231600"; d="scan'208";a="246454264" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2022 00:59:06 -0800 X-IronPort-AV: E=Sophos;i="5.88,317,1635231600"; d="scan'208";a="535109510" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2022 00:59:04 -0800 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Subject: [dts][PATCH V1] test_plans/index: delete virtio_1.0_test_plan Date: Wed, 26 Jan 2022 16:59:00 +0800 Message-Id: <20220126085900.915094-1-linglix.chen@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 Delete virtio_1.0_test_plan in index.rst becase the test plan have been deleted. Signed-off-by: Lingli Chen --- test_plans/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index 68250fca..6eb37d61 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -218,7 +218,6 @@ The following are the test plans for the DPDK DTS automated test system. mdd_test_plan malicious_driver_event_indication_test_plan - virtio_1.0_test_plan vhost_event_idx_interrupt_test_plan vhost_virtio_pmd_interrupt_test_plan vhost_virtio_user_interrupt_test_plan