From patchwork Wed Mar 2 06:10:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 108462 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 E1E3EA04A4; Wed, 2 Mar 2022 07:10:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF7AC4014E; Wed, 2 Mar 2022 07:10:11 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id ED92240141 for ; Wed, 2 Mar 2022 07:10:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646201410; x=1677737410; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=r9uRSdv9nvjf82LEtc5rrq8kFukvrSn42IIOoX3adJ4=; b=YAoQUwZT74HKsa4Sr1Ahh/0OuhiNVqU5OSKYkU9lLfLY5yULnj+aooKm iH31CkajQBkykre1bwjZvZH2cI/JhVvxkBOyMVgh3QvKJbKlW7GRh+K9H eM8z1gwy6iXgfm9jNu/VPBmwTrbIuQc0D/5nhr7vXKBrGFjFZVDHvysFQ sOakWAf92KmLGxBYdnV95eB2SZMnBI3prR5cs0IvrV71FY+2PcK4Zuvyp k+vVOmIe0qdtlEvzud4QfB+iJ8Z3FFqRdwFhlGMssJZLEBQc1rYSWs+9t BgvnbL9mdCcTkYarFfeAqhQhAaDHNvv8UizNCI/5f83bYE/uRlMBIbp0i g==; X-IronPort-AV: E=McAfee;i="6200,9189,10273"; a="316534454" X-IronPort-AV: E=Sophos;i="5.90,148,1643702400"; d="scan'208";a="316534454" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2022 22:10:09 -0800 X-IronPort-AV: E=Sophos;i="5.90,148,1643702400"; d="scan'208";a="510879394" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2022 22:10:06 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [PATCH V3 0/3] remove change DPDK code steps Date: Wed, 2 Mar 2022 14:10:02 +0800 Message-Id: <20220302061002.498713-1-weix.ling@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 v1: Remove change DPDK code steps in test_plan and tests. v2: Add insmod igb_uio driver step in test_nic_interrupt_PF_igb_uio case. v3: Remove time.sleep(3) in send_packet method. Add case name into support list config file. Wei Ling (3): conf/test_case_supportlist: add case name into support list test_plans/vf_interrupt_pmd_test_plan: remove modify DPDK code step and modify app name tests/vf_interrupt_pmd: remove change DPDK code steps and sleep time conf/test_case_supportlist.json | 18 ++++++++++ test_plans/vf_interrupt_pmd_test_plan.rst | 32 ++++++++---------- tests/TestSuite_vf_interrupt_pmd.py | 41 +++++++---------------- 3 files changed, 44 insertions(+), 47 deletions(-)