From patchwork Fri Nov 18 09:54:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119966 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 B2D3EA0542; Fri, 18 Nov 2022 10:59:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC9B342D13; Fri, 18 Nov 2022 10:59:30 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 5B9A141181 for ; Fri, 18 Nov 2022 10:59:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668765569; x=1700301569; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=f/J2IAgdaIPmpfXRo/uYfI+kMQbVny+04+lKaQcCK9c=; b=ZwB7MQWtiTzzjQV8xeMd+izgUazEUZEJCR68NmgpGncLXc6qikxmSVXx FYDqeMszqLKZM8cGvk21rdCTE+9KdPcuo6Vq8OZLeBdP5AODbzKjJu/Yz t9v2aQsfw6o3oTpU622J+6xJazymUmEEnmIZ27vf4ilmXeVgQ+WTFBRg1 Z13eOV4cUDR/+H3ZY+xc2V2gLLSzm40oGJiYEAOtn8/MuvkAf6HcO7As+ XzyCiMUNdefy/tm7x4zuJnwDS9m5tDRL20dGETx164ht/2F8FxNpkTI7l EXMC1P4c3wbo/9aw9aPGIKiMkmNRtN7Mi0dB1f1VzitTd64S0D2ggPC8l Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="310733379" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="310733379" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 01:59:27 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="708980187" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="708980187" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 01:59:26 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 1/3] test_plans/index: add vhost_virtio_user_interrupt_with_power_monitor_test_plan Date: Fri, 18 Nov 2022 17:54:13 +0800 Message-Id: <20221118095413.635778-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 vhost_virtio_user_interrupt_with_power_monitor_test_plan into 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 570e1c35..373eff3e 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -210,6 +210,7 @@ The following are the test plans for the DPDK DTS automated test system. vhost_virtio_pmd_interrupt_cbdma_test_plan vhost_virtio_user_interrupt_test_plan vhost_virtio_user_interrupt_cbdma_test_plan + vhost_virtio_user_interrupt_with_power_monitor_test_plan virtio_event_idx_interrupt_test_plan virtio_event_idx_interrupt_cbdma_test_plan virtio_ipsec_cryptodev_func_test_plan