From patchwork Wed Jan 4 11:29:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 121540 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 54BD0A00C2; Wed, 4 Jan 2023 04:31:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4ECCC40698; Wed, 4 Jan 2023 04:31:55 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id E44CA40697 for ; Wed, 4 Jan 2023 04:31:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672803114; x=1704339114; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=3H04EPJL9hiUl9TVrdxENkK5z4ypusA3uzKLpV+PilI=; b=nPAXQgqC6Y1T1WrnfIvqE3JrFnycjMN7s7Z3f4lzbxPSalSFRD90Q9Nt VnlPOjjdWS/zmyomvf0pEjFDhkfcDzqI4WqhnD4oOzzyNKcOUfkTdPpl0 fMTeCtibxgxti3DcPnhKHWvnDmNPP58kHr6BCUkcUlIWd1clhz8cXNGhr c7CCCtTklQ2tALUWV++KUJVq1pA8hCddv5m9OUqjSbQsctBGl75FUg6kt KYd7uEie1RmgmqzXh66Fl+1flmzf+Uct2vzR6VLjU6sFrM+y2SHIgURtJ dBSFn+YR2nnutX7kgd2Ld02YCc1YuStiaVJKqJ7TtoHEvtyRInINuFzcY w==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="305324843" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="305324843" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 19:31:53 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="779068403" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="779068403" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 19:31:51 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V1] test_plans/multiprocess: optimize the testplan format Date: Wed, 4 Jan 2023 11:29:43 +0000 Message-Id: <20230104112943.130815-1-songx.jiale@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 the testplan format detects an error and fixes it. --- test_plans/multiprocess_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/multiprocess_test_plan.rst b/test_plans/multiprocess_test_plan.rst index d3e60d9e..c7aae44b 100644 --- a/test_plans/multiprocess_test_plan.rst +++ b/test_plans/multiprocess_test_plan.rst @@ -989,6 +989,6 @@ test steps testpmd> port reset 0 expected result -~~~~~~~~~~ +~~~~~~~~~~~~~~~ Check that there are no ``core dump`` messages in the output. \ No newline at end of file