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 3D81042A08; Thu, 27 Apr 2023 09:45:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 38E2F42B8C; Thu, 27 Apr 2023 09:45:50 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id E909742670 for ; Thu, 27 Apr 2023 09:45:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682581549; x=1714117549; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=awPUwGpjxkXVJjHSVMcBg+ffzk1zFEFBuPs51Prq3qw=; b=Ri1pvZP8SfvIztRKh5xEy+AkcRiwZddiISWvXsNRmKAY4SOrSw/xOsWC KaTjXZRNeFi2N/xveIHXhF0DZc1l7hELdkW5OCUrCrdlM6+wzDzX6aURf iqsIkIinJNuMo/Psx/aUsBhefFuVAy8sVZspSQZ5i0zwEF7s7EIZAv+1R uFxXdb+1WujPCv6botWMT1W2JYtWG5cdevVo9KaxkupSJ2ovuNNv6l1Q9 QQ9ffiUC9vGWuMv3+8wJEEB6x+Ut/g+S1+hT6kL78igjKKbzhuWr5y3AC iFndyjBUBNlv6kJjJhwK5JVq/LBkpmwks4EJopQi142AsXbRD3gAUDndT w==; X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="326967866" X-IronPort-AV: E=Sophos;i="5.99,230,1677571200"; d="scan'208";a="326967866" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 00:45:32 -0700 Message-Id: Date: 27 Apr 2023 00:45:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="818426420" X-IronPort-AV: E=Sophos;i="5.99,230,1677571200"; d="scan'208";a="818426420" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 00:45:31 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/pvp_virtio_user_4k_hugepages: add expected value in suite config to verify From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230425054654.2959821-1-weix.ling@intel.com> 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: , Reply-To: Wei Ling Errors-To: dts-bounces@dpdk.org On Tue, 25 Apr 2023 13:46:54 +0800, Wei Ling wrote: > 1.Rename from pvp_virtio_user_4k_pages to pvp_virtio_user_4k_hugepages, > so need to modify in test_plans/index.rst, and rename testplan and > testsuite. > 2.Optimize the verify the expected value from the hard code to read from > conf/pvp_virtio_user_4k_hugepages.cfg to adapt different platform. > 3.Add new conf/pvp_virtio_user_4k_hugepages.cfg to save the test > parameters and expected vaule to verify running vaule. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Applied, thanks