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 46083A0032; Tue, 28 Sep 2021 11:03:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F3E540E3C; Tue, 28 Sep 2021 11:03:14 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id BE51040DF6 for ; Tue, 28 Sep 2021 11:03:12 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10120"; a="211905013" X-IronPort-AV: E=Sophos;i="5.85,329,1624345200"; d="scan'208";a="211905013" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2021 02:03:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,329,1624345200"; d="scan'208";a="616441992" Received: from ena-4.iind.intel.com ([10.190.200.151]) by fmsmga001.fm.intel.com with ESMTP; 28 Sep 2021 02:03:10 -0700 From: Yogesh Jangra To: dts@dpdk.org Cc: venkata.suresh.kumar.p@intel.com, churchill.khangar@intel.com, yogesh.jangra@intel.com Date: Mon, 27 Sep 2021 21:53:01 -0400 Message-Id: <1632793983-301126-1-git-send-email-yogesh.jangra@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH 0/2] add pipeline varbit and learner table features test coverage 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" This patch series includes the changes to enhance the pipeline test suite to cover the new features variable bit field headers and learner table. Changes included in both the dep folder and tests folder. Yogesh Jangra (2): dep: add variable bit and learner table pipeline test suite dependencies tests/pipeline: add variable bit and learner table test suite dep/pipeline.tar.gz | Bin 87441 -> 90518 bytes tests/TestSuite_pipeline.py | 138 ++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 126 insertions(+), 12 deletions(-) -- 1.8.3.1