From patchwork Thu Jun 23 06:53:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 113314 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 C6E8EA00C3; Thu, 23 Jun 2022 09:29:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C044540A82; Thu, 23 Jun 2022 09:29:19 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 635D44067B for ; Thu, 23 Jun 2022 09:29:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655969358; x=1687505358; h=from:to:cc:subject:date:message-id; bh=69lgAYr5V9ZsypUYgt92OaGg9ZcTa+zquSy5wdUDMDE=; b=IanoTs6YivG63ejrOfzYRqF+aiEUX+2ouNhAX28vPt7jWnYoWQYvM2WM hrU/O3bTWh6DikLEZaXpNEcmL6XfFs3lZv/CDyGWANBO+XB+nLGPpv0ox A6OZd1wmekW+g27odqfuhtbmoj8D7r2+6IqPqe3u1w/VK7KD9t3fcVsei cRUNmZ8bRTFZKeyxl+VS3sPqt0awRtwlUVkYQhrx8YCXKzmJwUrNS+wHi JARmUEm3FCMgKvlTDy+1o6nHQmTw/BOD79VuAVYgVgBNxVud0K1M5A830 bW8AQXtaP9eGzztT8TWe663oUQso4JdX9eU1N6zWjVj+7VkzyrreS9WoG A==; X-IronPort-AV: E=McAfee;i="6400,9594,10386"; a="280697685" X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="280697685" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 00:29:15 -0700 X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="592582584" Received: from unknown (HELO localhost.localdomain) ([10.239.252.99]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 00:29:13 -0700 From: Lingli Chen To: dts@dpdk.org Cc: zhiminx.huang@intel.com, Lingli Chen Subject: [dts][PATCH V1 0/4] modify script according to dpdk code change Date: Thu, 23 Jun 2022 02:53:32 -0400 Message-Id: <20220623065336.21482-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.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 According to dpdk commit 3c4426db54fc(app/testpmd: do not poll stopped queues) modify the script to adapt to this change. Lingli Chen (4): test_plans/dynamic_queue: modify script according to dpdk code change tests/dynamic_queue: modify script according to dpdk code change test_plans/queue_start_stop: modify script according to dpdk code change tests/queue_start_stop: modify script according to dpdk code change test_plans/dynamic_queue_test_plan.rst | 4 ++-- test_plans/queue_start_stop_test_plan.rst | 2 +- tests/TestSuite_dynamic_queue.py | 12 ++++++++---- tests/TestSuite_queue_start_stop.py | 12 ------------ 4 files changed, 11 insertions(+), 19 deletions(-)