Message ID | 20230424073340.2368259-1-weix.ling@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> 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 76198429D2; Mon, 24 Apr 2023 09:35:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4DD4741138; Mon, 24 Apr 2023 09:35:27 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 99FDB410DE for <dts@dpdk.org>; Mon, 24 Apr 2023 09:35:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682321725; x=1713857725; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=erQ8mrvMQ/Qiov9/JRW3UFDYccFxOOsPKmVihCARLnI=; b=muLGpn/4Hi4iN5ViRNdK2QIIs6IUCsvNNzPpwxlbcE+AKFGaDqnMwEq5 msNLLjfhWHp/IObja1HMjtOtiHiiuHhnhCKnf3fIoKRezWfdTzefHlIRo Rmp5jrVl4EFhKTfwdmTKT4SIAVwJJKuks8ZsSAelt6vp2ftzuKaWx4zTf OttK9e4/ps3eqMpBona61/qC98fa5sKokTFBeysdg9SnMIflIMgZGEYkA i2wbP5jq4HVFus3VIdNQwKM9heuQgyY7/wnYO8F9K+VIyvEMwitoZbQ4T Rs2Ubw+aUXQ5xRDRDm4XmoGdGjxy8KkSgbLkZMY+GDAOloxhTNW9ORPlg w==; X-IronPort-AV: E=McAfee;i="6600,9927,10689"; a="346409560" X-IronPort-AV: E=Sophos;i="5.99,222,1677571200"; d="scan'208";a="346409560" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2023 00:35:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10689"; a="1022604359" X-IronPort-AV: E=Sophos;i="5.99,222,1677571200"; d="scan'208";a="1022604359" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2023 00:35:23 -0700 From: Wei Ling <weix.ling@intel.com> To: dts@dpdk.org Cc: Wei Ling <weix.ling@intel.com> Subject: [PATCH V2 0/3] add case3 and optimize verify expected value Date: Mon, 24 Apr 2023 15:33:37 +0800 Message-Id: <20230424073340.2368259-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 <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org |
Series | add case3 and optimize verify expected value | |
Message
Ling, WeiX
April 24, 2023, 7:33 a.m. UTC
1.test_plans/pvp_diff_qemu_version: add case3 to test virtio 1.1 path. 2.tests/pvp_diff_qemu_version: add case3 to test virtio1.1 and optimize verify expected value. 3.conf/pvp_diff_qemu_version: add expected value to verify. Wei Ling (3): test_plans/pvp_diff_qemu_version: add case3 to test virtio 1.1 path tests/pvp_diff_qemu_version: add case3 to test virtio1.1 and optimize verify expected conf/pvp_diff_qemu_version: add expected value to verify conf/pvp_diff_qemu_version.cfg | 41 ++- .../pvp_diff_qemu_version_test_plan.rst | 56 ++++- tests/TestSuite_pvp_diff_qemu_version.py | 236 ++++++++++-------- 3 files changed, 216 insertions(+), 117 deletions(-)