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 9E17845760; Wed, 7 Aug 2024 21:43:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 75C6740DFD; Wed, 7 Aug 2024 21:43:32 +0200 (CEST) Received: from mail-ua1-f46.google.com (mail-ua1-f46.google.com [209.85.222.46]) by mails.dpdk.org (Postfix) with ESMTP id 0DA08402AE for ; Wed, 7 Aug 2024 21:43:31 +0200 (CEST) Received: by mail-ua1-f46.google.com with SMTP id a1e0cc1a2514c-8223f0614b6so76522241.2 for ; Wed, 07 Aug 2024 12:43:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723059810; x=1723664610; 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=lZqaQLS+SXxF0iY1tgC0Vn9+PGk2dVEaC7SgCWJ35wk=; b=EStiyWPE7rFm/zSbgCuym2M5Q/YOGnvsp5MON0CVJ6KVstZWIQj9qlu8B0pyFEKvIC +C19hB73nZqLvXA7iCJUBSdTqvm4IZFnFfRIG05empYsk256ykgxijD0kSANpFaquIez qJhjsMfyoEksDxC6tp0mGJgHItLbe2B6bSsb8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723059810; x=1723664610; 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=lZqaQLS+SXxF0iY1tgC0Vn9+PGk2dVEaC7SgCWJ35wk=; b=fk1T8cIaAHt7IO0b+dVflosFsT5uxz/eFrzTrEkzYD9lsgCj37Adx02B6RjvE39/oX w9hNREHP9YrmbpzggxSk1gD0buhv/aiZ8yOS+p2jDYG2zFPaHbHLH5pM7rmU4AaeOix6 XWjf9iMoFdCVLmVYNJJfRZ7TGBynHRU4Fv8PDF7jrra68Ban6cAWVxV7FIE3scjRyQNo SFXDPF3FPSSQ73i5OjRjMTV1N1VOBqnCVKrqErtrICapTFtwdklspHQ99x+B3GYxFXYU /PLc68zMD0A0r34Vew+Qc/klhjRn9KR1v6SFvnrPvOd87Nwu4nESIVg+DL+6SGR6CPy2 JKtQ== X-Gm-Message-State: AOJu0YzY1c/UZF3qgaSKu+AfrHkVuSXnr4bUCeQ5Tgo5eQU9Kb/pe3QN o6UNQIbgKtiT9Uy7slV++IgHJl1HYTNRw/P2DCzRQPnv1LpGpLEMFbjw7AgjMbg= X-Google-Smtp-Source: AGHT+IHYHQceYnNAhh2PWqYF4SSwoDjEA1o4+QFzbvsj9zbpO54Ya3dV79AhHl7cObKnPIuQSkPA6g== X-Received: by 2002:a05:6102:3a0f:b0:494:4fdb:f42a with SMTP id ada2fe7eead31-4945bf10b9fmr24704491137.26.1723059810235; Wed, 07 Aug 2024 12:43:30 -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-6bb9c839d65sm59277786d6.82.2024.08.07.12.43.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Aug 2024 12:43:29 -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 v13 0/2] dts: refactored VLAN test suite Date: Wed, 7 Aug 2024 15:43:39 -0400 Message-ID: <20240807194341.26102-1-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240724163004.5681-1-dmarx@iol.unh.edu> References: <20240724163004.5681-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 *v13: combined conf schema and test suite patches Dean Marx (2): dts: add VLAN methods to testpmd shell dts: VLAN test suite implementation dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 245 +++++++++++++++++- dts/tests/TestSuite_vlan.py | 168 ++++++++++++ 3 files changed, 414 insertions(+), 2 deletions(-) create mode 100644 dts/tests/TestSuite_vlan.py -- 2.44.0