From patchwork Tue Nov 29 06:02:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yogesh Jangra X-Patchwork-Id: 120270 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 44922A04FD; Tue, 29 Nov 2022 14:26:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BCF640693; Tue, 29 Nov 2022 14:26:01 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id D40BB4067E for ; Tue, 29 Nov 2022 14:25:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669728359; x=1701264359; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=l7uGsy34VAkrOao9U7m74xRSOlFiER0N4gMI+/YW+xE=; b=fVR8BxOPfqzixKIx9Dcjlw0lAMXBD6ye/NOXo/IAe14rKFxH1/SYH+nu z/5AyQnjEV2QG9Gur8qXw2xM8u7T65eotHMHZcac6rYKMDAJFcBr5iHrE LKUEGIDpT7VKxk5AfenrgkHdDZRyEo9TvfAjYaiZe9fy6dLA5prtK4ZKt wInchWszgdFYbONflhqIuzxH9oYJleRQ1wZhy8HF16qRla+Czv4JcVLWl lYFAJz2GorW89BhSsX17f6zuqtd88AtDCmPiW1abIkRGPyI2Id+0EMQ65 aCiv/pcECwm5OOW4MyRK/PNSfVsfZDLrHp5NyRki75U/7CZCcvw+jKOSq g==; X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="401396788" X-IronPort-AV: E=Sophos;i="5.96,203,1665471600"; d="scan'208";a="401396788" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 05:25:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="594258037" X-IronPort-AV: E=Sophos;i="5.96,203,1665471600"; d="scan'208";a="594258037" Received: from ena4.iind.intel.com ([10.190.200.193]) by orsmga003.jf.intel.com with ESMTP; 29 Nov 2022 05:25:55 -0800 From: Yogesh Jangra To: dts@dpdk.org Cc: cristian.dumitrescu@intel.com, kamalakannan.r@intel.com, harshad.suresh.narayane@intel.com, yogesh.jangra@intel.com Subject: [PATCH 0/2] added test case for validate instruction Date: Tue, 29 Nov 2022 06:02:39 +0000 Message-Id: <20221129060241.901035-1-yogesh.jangra@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 Added the test case for validate instruction. Yogesh Jangra (2): dep/pipeline: added dependencies for validate_002 test case tests/pipeline: added test case for validate instruction dep/pipeline/validate_002/ethdev.io | 27 ++++++ dep/pipeline/validate_002/pcap_files/in_1.txt | 16 ++++ .../validate_002/pcap_files/out_1.txt | 12 +++ dep/pipeline/validate_002/readme.md | 12 +++ dep/pipeline/validate_002/table.txt | 1 + dep/pipeline/validate_002/validate_002.cli | 22 +++++ dep/pipeline/validate_002/validate_002.spec | 82 +++++++++++++++++++ tests/TestSuite_pipeline.py | 13 +++ 8 files changed, 185 insertions(+) create mode 100644 dep/pipeline/validate_002/ethdev.io create mode 100644 dep/pipeline/validate_002/pcap_files/in_1.txt create mode 100644 dep/pipeline/validate_002/pcap_files/out_1.txt create mode 100644 dep/pipeline/validate_002/readme.md create mode 100644 dep/pipeline/validate_002/table.txt create mode 100644 dep/pipeline/validate_002/validate_002.cli create mode 100644 dep/pipeline/validate_002/validate_002.spec