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 CBDF3456A2; Wed, 24 Jul 2024 21:21:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA69A42FD1; Wed, 24 Jul 2024 21:21:39 +0200 (CEST) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by mails.dpdk.org (Postfix) with ESMTP id 72EB442FB3 for ; Wed, 24 Jul 2024 21:21:38 +0200 (CEST) Received: by mail-qt1-f175.google.com with SMTP id d75a77b69052e-44fe11dedb3so689971cf.1 for ; Wed, 24 Jul 2024 12:21:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721848897; x=1722453697; 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=dtpqGYkHnPOWqN0qoh0uqlFAQD6whsK8AmbjOLsHZkY=; b=ScYaGoQcce47w6KzISIWxY1vQhtFdOEELY3qfjWtJMaqVy8xaGgPp6mS4p67N9FWKA nb0S8HNHeGeuDdunTya6skKejDaWyw5uc8CmVRJsO5oqj9TlPFE5bc2wbDQQQONq34rw mubrG51dfj5yQtEiuoAL5iI6ZAcvZYM5+tBh0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721848897; x=1722453697; 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=dtpqGYkHnPOWqN0qoh0uqlFAQD6whsK8AmbjOLsHZkY=; b=srJ23QEKpAhh8q0SAiDxJr7tDLCNpkea2LI6qCH7Hi95qjxCr5pfgeIJp8aa5rj46u k05OyphqDkOGdpPeFhvUv3Vep+WjBWyjpifDEpCdzE7xMjuqxemEMEM9PapDZELT/sp0 4bvqoZBpEWZZZP/QHk3ZZIfvwiIk0ssfcDW9JyukTCBSvCrJzKhftf9wjZGlJX+xit1+ 3s5CCU4dlHURwRU2ZFBsvz6fx4JCLAWHNg3BHTQCrcVUK05b8TXC6eK7yK9qRH2TqwNn SzOkrXwZ10ohcV/JY2CrdS7AEXiUU3eIP3FmdV2LsIyeirE/7H1MEww9cWfqlZPo92L/ iDxQ== X-Gm-Message-State: AOJu0Yymvq8/9FiisI7rrd8XlQ2agHIOV5ugkSKsV8ht6Aam8c0T104E a5Pqw6PoAByYnkj4imSGnQID7GmRhEragBql/zPyIB19Y+TGkDEdlIL4LbU6EwY= X-Google-Smtp-Source: AGHT+IGJHGO16fqoZ4HyIRfQ0nQeAi/Lx6aOthHKksDE4Fr9Ogu3q/AX4TvtwhjHOxcxwWwvsCJrJA== X-Received: by 2002:a05:622a:1342:b0:44f:dd22:b0c1 with SMTP id d75a77b69052e-44fe33789a3mr8764821cf.26.1721848897597; Wed, 24 Jul 2024 12:21:37 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-44fe542f8b6sm1150331cf.67.2024.07.24.12.21.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jul 2024 12:21:37 -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 v5 0/3] dts: refactored dynamic config test suite Date: Wed, 24 Jul 2024 15:21:26 -0400 Message-ID: <20240724192129.29721-1-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240708191938.32132-1-dmarx@iol.unh.edu> References: <20240708191938.32132-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 Refactored dynamic configuration suite to be compatible with context manager. Dean Marx (3): dts: add multicast set function to shell dts: dynamic config conf schema 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