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 8CA90429D8; Mon, 24 Apr 2023 12:20:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8785B410D0; Mon, 24 Apr 2023 12:20:07 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id AE4B840FAE for ; Mon, 24 Apr 2023 12:20:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682331606; x=1713867606; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+nW0jFTssQ6fvHGlSggAoGc16zx7cd3ZVkyZiDb0T80=; b=JaFJBQRQLsEOaoYITuVQuxxGNcudA137vhY7JuRbFik+825DxijTTrY+ WFolfhAdN2l948FlgC1t51+nb89ddCycAH4OICvJP35uGKRVPsa8nZVRp 4KAbU3WfepAdD3JPCrBeETVgr3gSPV/dCut6ACIuyoWvPEBSK4Ym6v1to tjxmDBNGwYmmSQC1Xvy9oFZOWFXJwcrlc4TVBhd6e+CZ+PxFy34+9sdHD cqNHvYtR/6LeO2Tl3BEusvPGTjhVV3tZZCmzr4Xh4cS6klK33xYQgCiar ui1Cc/CwkiSeRcSJOon6tOs/viv3yJ6JVeHFIN+5kUiCx6bmhCBsp0CY2 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10689"; a="411688786" X-IronPort-AV: E=Sophos;i="5.99,222,1677571200"; d="scan'208";a="411688786" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2023 03:20:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10689"; a="670457625" X-IronPort-AV: E=Sophos;i="5.99,222,1677571200"; d="scan'208";a="670457625" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2023 03:20:04 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] add expected value to verify Date: Mon, 24 Apr 2023 18:18:18 +0800 Message-Id: <20230424101820.2598235-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 conf/pvp_virtio_user_4k_pages.cfg config file to save the expected value to verify. Wei Ling (2): tests/pvp_virtio_user_4k_pages: add expected value to verify conf/pvp_virtio_user_4k_pages: add expected value to verify conf/pvp_virtio_user_4k_pages.cfg | 11 ++ tests/TestSuite_pvp_virtio_user_4k_pages.py | 131 +++++++++++++------- 2 files changed, 97 insertions(+), 45 deletions(-) create mode 100644 conf/pvp_virtio_user_4k_pages.cfg -- 2.25.1