From patchwork Thu Apr 13 18:15:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 126021 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 D08DB42931; Thu, 13 Apr 2023 11:57:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB11940ED6; Thu, 13 Apr 2023 11:57:46 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id E18A440A84 for ; Thu, 13 Apr 2023 11:57:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681379865; x=1712915865; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=wNA1ZP+0X/ta7gBjFmLz+GZzFw9ecBYjWpySxW5qNrg=; b=HMU7CoKaf0CC1H/j56zib3DTm+QKGnjQtfSF/ILUNeAzbfgDOA0YXXt1 BUmjm04PyNa7/Ed+urJw+cpS8jtYLhCIp5PFpvrFzvOjpmEqMKtNAT9EU Ui4+4QgMEyFoIYHdmoMHsCBSU3QDeJ9ELkCEphaZChzUbZ+5bK64fwUwZ c+hSLHQG8BRwft/d8b8Bj1oiacWELInt7tj6INKCG76Jjddhyz/Q1o9bG WM1NB3vfzTdnhGcPoOfL4SN0k+JFEJgPHTNpBzhHk7xhDi/xWFlNflneY QV46Uz+3dC4oKpBz3QhRnDyT6lqXem2nZujBm7J5uHiqyY1pdVD49Xgys Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="332849764" X-IronPort-AV: E=Sophos;i="5.98,341,1673942400"; d="scan'208";a="332849764" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2023 02:57:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="833082350" X-IronPort-AV: E=Sophos;i="5.98,341,1673942400"; d="scan'208";a="833082350" Received: from unknown (HELO localhost.localdomain) ([10.239.252.96]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2023 02:57:42 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V1 0/2] add a case to test pf negative xstats check Date: Thu, 13 Apr 2023 18:15:38 +0000 Message-Id: <20230413181540.51536-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 a case to test pf negative xstats check Jiale Song (2): test_plans/stats_checks: add a case to test pf negative xstats check tests/stats_checks: add a case to test pf negative xstats check test_plans/stats_checks_test_plan.rst | 138 ++++++++++++++++++++++++++ tests/TestSuite_stats_checks.py | 47 +++++++++ 2 files changed, 185 insertions(+)