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 23C9B45760; Wed, 7 Aug 2024 21:18:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3E1040E21; Wed, 7 Aug 2024 21:18:10 +0200 (CEST) Received: from mail-vs1-f48.google.com (mail-vs1-f48.google.com [209.85.217.48]) by mails.dpdk.org (Postfix) with ESMTP id E7BB4402D3 for ; Wed, 7 Aug 2024 21:18:08 +0200 (CEST) Received: by mail-vs1-f48.google.com with SMTP id ada2fe7eead31-492aae5fde6so73938137.1 for ; Wed, 07 Aug 2024 12:18:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723058288; x=1723663088; 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=dyDWu/NgwtBXIDtJJ6j/5FSEDp+bEhLeA2SYT7kFQrM=; b=LKrloN+F39tUuBncHyGkS6Zzf4lhoQ5DnDso6WqJuI0QwQtzqEk6vGzaqZ/CZxjpjt M77dfltXnvdz60fPuGpO3LPJVYSfPA9cm6Rxc1/H5idYzRuovplgZRAw+yBd0bJnby2H FQ2mBaCwn/X3drtPQpqFzlfeooKEaw7c2wzhM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723058288; x=1723663088; 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=dyDWu/NgwtBXIDtJJ6j/5FSEDp+bEhLeA2SYT7kFQrM=; b=j7ON8SfX/bBJUt5nRiN1AvSBdTBy3zk4N2nbOoM964ChdU3wD5/NCg7yUbAZmVtJVW yUPvTpUjYxZN/fW8tJMNLmyQQnVP+U1Uk9/WGr3oQl8TmkHo1ae3h9VBZAriuaMAI452 BppfAVUtmTh64iSPpFq5e48DZTKD7SoM4mUOJVXDLfXaKpUh5kOdKreS3JYsL6TeARZj N+xWIFaZU/+6cMtjRN18+bp+tMJB8iCMcyrLu3Onuew3daS2nas000w2v2o/wdb6cL4W 0dQiJQOBWJafSRTBPWDDMuYZjFOltrjKa7X5x+ekvgcFnbGglYwKk2+5EqFS2DsXxzTL V/og== X-Gm-Message-State: AOJu0YzS5ePRP2MXujpfNy499nLrfL0/f5QUh4RunGsBcqpLWZ0xO7LA 9+clDFcilBIxv15ubzv8NK9v9HXgBakYxU7ACrBPpe88hMLx8GB3zImiH1yg+Qc= X-Google-Smtp-Source: AGHT+IFAfVqmXROkR3OxJTh53BOKVsz1WLyfq0zJUIGW7A0IbYUM27Q6X/X1dLeHOnt72HWKpjKXkg== X-Received: by 2002:a05:6102:38d2:b0:48f:2afe:88f1 with SMTP id ada2fe7eead31-4945be0bbc8mr21935464137.16.1723058287800; Wed, 07 Aug 2024 12:18:07 -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-6bb9c79744esm58839396d6.40.2024.08.07.12.18.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Aug 2024 12:18:07 -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 v6 0/2] dts: refactored dynamic config test suite Date: Wed, 7 Aug 2024 15:18:16 -0400 Message-ID: <20240807191818.15978-1-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240724192129.29721-1-dmarx@iol.unh.edu> References: <20240724192129.29721-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 *v6: combined conf schema patch with test suite patch Dean Marx (2): dts: add multicast set function to shell dts: dynamic config test suite dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 46 ++++++ dts/tests/TestSuite_dynamic_config.py | 145 ++++++++++++++++++ 3 files changed, 193 insertions(+), 1 deletion(-) create mode 100644 dts/tests/TestSuite_dynamic_config.py -- 2.44.0