From patchwork Tue Sep 14 07:48:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 98839 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 DD96CA0C43; Tue, 14 Sep 2021 09:54:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D519C410E5; Tue, 14 Sep 2021 09:54:28 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 09596410E5 for ; Tue, 14 Sep 2021 09:54:26 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10106"; a="209147661" X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="209147661" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 00:54:26 -0700 X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="543841837" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 00:54:24 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Tue, 14 Sep 2021 15:48:12 +0800 Message-Id: <20210914074812.2368180-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/2] conf/virtio_user_for_container_networking: modify test parameter with test suite 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" Modify test parameter with test suite. Signed-off-by: Wei Ling --- conf/virtio_user_for_container_networking.cfg | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/conf/virtio_user_for_container_networking.cfg b/conf/virtio_user_for_container_networking.cfg index f66c6863..984d8715 100644 --- a/conf/virtio_user_for_container_networking.cfg +++ b/conf/virtio_user_for_container_networking.cfg @@ -1,4 +1,8 @@ -# Configuration sample: suite_sample.cfg [suite] -# config the docker image for run virtio user -docker_image="ubuntu:latest" +update_expected = True +test_parameters = {64: [1], 128: [1], 256: [1], 512: [1], 1024: [1], 1518: [1]} +test_duration = 60 +accepted_tolerance = 2 +expected_throughput = { + 'test_perf_packet_fwd_for_container': {64: {1: 0.000}, 128: {1: 0.000}, 256: {1: 0.000}, 512: {1: 0.000}, 1024: {1: 0.000}, 1518: {1: 0.000}}, + 'test_perf_packet_fwd_with_multi_queues_for_container': {64: {1: 0.000}, 128: {1: 0.000}, 256: {1: 0.000}, 512: {1: 0.000}, 1024: {1: 0.000}, 1518: {1: 0.000}}} \ No newline at end of file