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 A54D3A0547; Wed, 21 Apr 2021 12:14:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B728419EC; Wed, 21 Apr 2021 12:14:15 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 602A8419D3 for ; Wed, 21 Apr 2021 12:14:13 +0200 (CEST) IronPort-SDR: 4+vScXJuZhVr/aHDccJaYCBZiopUUEMvJFsdiFN0qpBXw8UUxeyw3julsdfigtDtysrpivG/zG OFxxB0tzKphA== X-IronPort-AV: E=McAfee;i="6200,9189,9960"; a="195700926" X-IronPort-AV: E=Sophos;i="5.82,238,1613462400"; d="scan'208";a="195700926" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2021 03:14:12 -0700 IronPort-SDR: n/WynZZy+qLu1KRtwQJy4oVvkMokY6OD5nYJbQo7ye6oCQn77mEMmgMrciIWmkRSjSw67SnQQq jEg68Tj3AO6g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,238,1613462400"; d="scan'208";a="463537222" Received: from fourhctwonone.iind.intel.com (HELO bdcdev09.localdomain) ([10.190.193.143]) by orsmga001.jf.intel.com with ESMTP; 21 Apr 2021 03:14:10 -0700 From: Churchill Khangar To: dts@dpdk.org Cc: cristian.dumitrescu@intel.com, venkata.suresh.kumar.p@intel.com, churchill.khangar@intel.com, yogesh.jangra@intel.com Date: Wed, 21 Apr 2021 06:17:12 -0400 Message-Id: <1619000234-46133-1-git-send-email-churchill.khangar@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH 0/2] add pipeline new features test scenarios 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 has the changes to support test suite for pipeline application new features. Also changes to improve existing test cases logic to cover different operand lengths, endianness issues and additional test cases for existing features. Following are the details of new features and existing test cases enhancements 1. Framework enhancements to improve overall execution time. 2. RING I/O port type 3. WCM table match 4. Register Array 5. trTCM 6. Enhancement to existing test cases to verify a. Endianness issue b. Operands with variable size values 7. Additional tests to provide more coverage for table match and actions 8. Additional tests to cover customer common use cases Patch details 1. Patch1 - pipeline dependencies archive and compressed file pipeline.tar.gz modified for all new features. 2. Patch2 - add new features test coverage. Churchill Khangar (2): dep: add pipeline test suite new feature dependencies tests/pipeline: add new features test coverage dep/pipeline.tar.gz | Bin 49082 -> 74543 bytes tests/TestSuite_pipeline.py | 8416 +++++++++++++++++++------------------------ 2 files changed, 3661 insertions(+), 4755 deletions(-) -- 1.8.3.1