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 8F54545760; Wed, 7 Aug 2024 21:36:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1923140A80; Wed, 7 Aug 2024 21:36:02 +0200 (CEST) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by mails.dpdk.org (Postfix) with ESMTP id 4780F40667 for ; Wed, 7 Aug 2024 21:36:01 +0200 (CEST) Received: by mail-qv1-f45.google.com with SMTP id 6a1803df08f44-6b79b93a4c9so1870966d6.1 for ; Wed, 07 Aug 2024 12:36:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723059360; x=1723664160; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=H7lnGL6CDLHBh1E09C74lwluDfL5/InvPeDTnJDLWZQ=; b=KlDj/BYvlDqHtVn9khbUQt6EQf+XDjUUGUZSxZBhCUUACCn1VnAMvtfqP1oBPOZ/pq Q7goDCV527Le5t3PZ0mFYcEQE0sKl913YNYYJu4DNVX82Ngb+F4LlILmUmaY+whwKJTS kqo/wTZ86xqBBxpmJYTTTaluIGBl9LVs7Sr58= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723059360; x=1723664160; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=H7lnGL6CDLHBh1E09C74lwluDfL5/InvPeDTnJDLWZQ=; b=Q8RZ/O6HvAL6pFTrYAS0lNfxuOqFPXPh5qDPkbHaNMhiaXioub8CksTJN/EAnJFbPG 3u7OhxEwTHWdN5Cb5gBC/l8EUrO8c6fxSNOxLXbb7yWDWQnmxAIMLyfGLvBEtAD49ucT hDEP7uHq0ObbBhDTJFxCfGWqrxSPbCouAQk8SxYLI4P6V7ubRLm8r/3RybB1nkxFQ9fI WDcT6GEOs2r1B7gnMm06Az243zevxV5xMctN3yFcx7r7ZGc40JdY52peXTY6EEhUBv5B JCCLSu1m+q04RrC/qR12eaCNYuoQDA5Gxn1u52VeSyxB/cyDffz7ew8krQNcQZfbKghv mclQ== X-Gm-Message-State: AOJu0YzbMwfi6HTt2nn8UnGT5e1xA0qepVG5U8V2HuJb98N5ZokdRV4b 5O6NOTKW2DCRWIJkByDEQewRrN1c1rMOxbMm4d0ynxjVQYOk58W14hg2ae36PIk= X-Google-Smtp-Source: AGHT+IHm7+I4ECLj5YDLOI5fk4ZECX9W6p+eqypVe3myw9Q8YMghNbCqHix2qG6ipWIJUr40y4CUyA== X-Received: by 2002:a05:6214:590d:b0:6bb:be08:eb5e with SMTP id 6a1803df08f44-6bbbe08ed35mr59363316d6.4.1723059360414; Wed, 07 Aug 2024 12:36:00 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6bb9c78ecc7sm59757536d6.35.2024.08.07.12.35.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Aug 2024 12:35:59 -0700 (PDT) From: Dean Marx To: probb@iol.unh.edu, npratte@iol.unh.edu, jspewock@iol.unh.edu, luca.vizzarro@arm.com, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech Cc: dev@dpdk.org, Dean Marx Subject: [PATCH v9 0/2] dts: refactored queue start/stop suite Date: Wed, 7 Aug 2024 15:36:09 -0400 Message-ID: <20240807193611.23060-1-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240724183209.11192-1-dmarx@iol.unh.edu> References: <20240724183209.11192-1-dmarx@iol.unh.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org *v9: combined conf schema and test suite patches Dean Marx (2): dts: add functions to testpmd shell dts: initial queue start/stop suite implementation dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 232 +++++++++++++++++- dts/tests/TestSuite_queue_start_stop.py | 91 +++++++ 3 files changed, 324 insertions(+), 2 deletions(-) create mode 100644 dts/tests/TestSuite_queue_start_stop.py -- 2.44.0