From patchwork Mon Jul 12 13:58:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Churchill Khangar X-Patchwork-Id: 95705 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 708E9A0C4F; Mon, 12 Jul 2021 16:05:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3DDAD4069D; Mon, 12 Jul 2021 16:05:38 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 16DF140685 for ; Mon, 12 Jul 2021 16:05:36 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10042"; a="208167154" X-IronPort-AV: E=Sophos;i="5.84,234,1620716400"; d="scan'208";a="208167154" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2021 07:05:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,234,1620716400"; d="scan'208";a="652972855" Received: from bdcdev11.iind.intel.com ([10.190.193.151]) by fmsmga005.fm.intel.com with ESMTP; 12 Jul 2021 07:05:34 -0700 From: Churchill Khangar To: dts@dpdk.org Cc: venkata.suresh.kumar.p@intel.com, churchill.khangar@intel.com, yogesh.jangra@intel.com Date: Mon, 12 Jul 2021 09:58:55 -0400 Message-Id: <1626098337-48866-1-git-send-email-churchill.khangar@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH 0/2] update pipeline table entry management 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" This patch series includes the changes in pipeline test suite and dependencies files to update all tests which use table entry management with the latest command format. Churchill Khangar (2): dep: update pipeline table management test suite dependencies tests/pipeline: update table entry management test suite dep/pipeline.tar.gz | Bin 78820 -> 79658 bytes tests/TestSuite_pipeline.py | 371 ++++++++++++++++++++++++++------------------ 2 files changed, 220 insertions(+), 151 deletions(-) Signed-off-by: Churchill Khangar Tested-by: Venkata Suresh Kumar P