From patchwork Tue Sep 14 07:47:51 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 98837 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 73506A0C43; Tue, 14 Sep 2021 09:54:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6AD4E410E6; Tue, 14 Sep 2021 09:54:08 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id BC28A410E5 for ; Tue, 14 Sep 2021 09:54:06 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10106"; a="282920498" X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="282920498" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 00:54:05 -0700 X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="552299327" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 00:54:03 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Tue, 14 Sep 2021 15:47:51 +0800 Message-Id: <20210914074751.2368060-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 0/2] check expected value from config file 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 Sender: "dts" 1.tests/virtio_user_for_container_networking: check expected value from config file. 2.conf/virtio_user_for_container_networking: modify test parameter with test suite. *** BLURB HERE *** Wei Ling (2): tests/virtio_user_for_container_networking: check expected value from config file conf/virtio_user_for_container_networking: modify test parameter with test suite conf/virtio_user_for_container_networking.cfg | 10 +- ...te_virtio_user_for_container_networking.py | 152 ++++++++++++++---- 2 files changed, 131 insertions(+), 31 deletions(-) Tested-by: Wei Ling