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 7B469456A2; Wed, 24 Jul 2024 20:32:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B53740B97; Wed, 24 Jul 2024 20:32:20 +0200 (CEST) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) by mails.dpdk.org (Postfix) with ESMTP id B11C74026F for ; Wed, 24 Jul 2024 20:32:19 +0200 (CEST) Received: by mail-qk1-f181.google.com with SMTP id af79cd13be357-7a1d066a5daso1607585a.3 for ; Wed, 24 Jul 2024 11:32:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721845939; x=1722450739; 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=2znf1qsAORFk5jP7Kz6UylEHsj5iYNJ8biSMmwvlb10=; b=cNHlurC2MuCl75AMlbCjKfC+3wDfyVMWAbC5O82YaqmBIl98s7Z0J9Z4Sk2/Al0SZo gv78WE1gwRSKdF/KlWOG0Z/+F2RY/7iZm8cK1OjkmjU1i27Mc6gJuvL5XlEhJHOkswsq hYaX+g5TFcj8NzgSl6ZqEu+kmVY0fNOE3d0JQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721845939; x=1722450739; 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=2znf1qsAORFk5jP7Kz6UylEHsj5iYNJ8biSMmwvlb10=; b=V1j1lK5c1T8lqrvKeDR+A+dkP/PoYZoF8YAIk4yRQvmEGKzsRgYecZvMe8406dkr+f J0W3azQNEdSzk5AurNfQf8sHAHYrBeFoUormoatI4PNau0ycYisAt2jj5TUiqyyBiL7p 91NsonXm7YkSNT4K4w8+N8DxPzeV8Xp1RAdUNEuwIxZp9jY7eEUDoAVA9LBRz7F2Rgc+ D3afTUeBKI+hNpos2AZr50CwRXBOCIlhDy9bbibzg0Y9I5Q6geLVRj1w4gVRQw2Am3sg HcQCmX/jBA+gRG/Vlfg81+7Sm5xsTj+OTOJrC94MTRV6c1bhpJfgdQJoQ0yEpp9U+f5j Iwtg== X-Gm-Message-State: AOJu0Yztop0DOgAXfDft8DjhleCCuuCan0z1h4hBBbhxZRyvhvTXgZgL u+feTBpWBAApHlkPEyopVLIUdbc09y9hTDQVVuYXSRb0vqY+KC4MvKw2dDLnlG0= X-Google-Smtp-Source: AGHT+IF9HOjoznScmvm1hgEyrJDrQ2k5iic8ra21WJT684HwzKdwSq5VvoE1ltf1Zz5dzS22b0w5pw== X-Received: by 2002:a05:620a:40ce:b0:79f:67b:4ffc with SMTP id af79cd13be357-7a1d44fb361mr64848885a.5.1721845938918; Wed, 24 Jul 2024 11:32:18 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7a198fae5b2sm604135185a.21.2024.07.24.11.32.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jul 2024 11:32:16 -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 v8 0/3] dts: refactored queue start/stop suite Date: Wed, 24 Jul 2024 14:32:06 -0400 Message-ID: <20240724183209.11192-1-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240617194638.12926-2-dmarx@iol.unh.edu> References: <20240617194638.12926-2-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 Refactored queue start/stop test suite to be compatible with context manager. Updated queue setup, stop/start, and show queue info methods/dataclasses in testpmd shell. Dean Marx (3): dts: add functions to testpmd shell dts: initial queue start/stop suite implementation dts: queue suite conf schema 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