From patchwork Thu Jun 16 01:44:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yogesh Jangra X-Patchwork-Id: 112861 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 75905A00BE; Thu, 16 Jun 2022 11:07:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F88742BCA; Thu, 16 Jun 2022 11:07:47 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 173894281E for ; Thu, 16 Jun 2022 11:07:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655370466; x=1686906466; h=from:to:cc:subject:date:message-id; bh=7N1l6XRwOsTqr0tokG92XpOZK3SkjkwcHKpS1FpzdaM=; b=kf1JEvgIQCyIYGMbnkuu/58EEmatvnxY7PwV25ux+ig2/GKQTpxuE6HX mLbX/s0Es/oTmhBQKlpv1U5OLjQXJJfO9cRqQOFx5awC15jevRhgAL7KD h/tgR+Gh74r3T0hJJeHb8myMvUvhy/FY9XM+T/bzE73bbhKZMG2FJWcJp hu5ApOcH6jicytU/F3gkcrHwvwpt8iWpmUWHD0zoxoVZwJPA+jKyfvqhX ar4Ub2osf2QYVhE663PP+UK/hCjZpLNYh+t1VpBPswA7osKT+00PRvi0v x22PVj8MA55JKLgBRDE4hyZRQAOYQaoa5oEmAZHJzo+4SQLCq/ATBEpOM Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10379"; a="276779472" X-IronPort-AV: E=Sophos;i="5.91,304,1647327600"; d="scan'208";a="276779472" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2022 02:07:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,304,1647327600"; d="scan'208";a="687735647" Received: from ena-4.iind.intel.com ([10.190.200.151]) by fmsmga002.fm.intel.com with ESMTP; 16 Jun 2022 02:07:43 -0700 From: Yogesh Jangra To: dts@dpdk.org Cc: venkata.suresh.kumar.p@intel.com, kamalakannan.r@intel.com, harshad.suresh.narayane@intel.com, yogesh.jangra@intel.com Subject: [PATCH 0/2] adding testcases for multiple features Date: Wed, 15 Jun 2022 21:44:12 -0400 Message-Id: <1655343854-24546-1-git-send-email-yogesh.jangra@intel.com> X-Mailer: git-send-email 1.8.3.1 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 This patch series includes the changes to enhance the pipeline test suite covering mirroring, recirculation, direction flag, extern hash, learner table, and table default parameterized action features. Yogesh Jangra (2): tests/pipeline: adding testcases for multiple features dep: adding dependency for multiple feature testcases dep/pipeline.tar.gz | Bin 135674 -> 114132 bytes tests/TestSuite_pipeline.py | 603 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 597 insertions(+), 6 deletions(-) Signed-off-by: Kamalakannan R Signed-off-by: Yogesh Jangra Signed-off-by: Harshad Suresh Narayane Tested-by: Venkata Suresh Kumar P