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 324294545E; Fri, 14 Jun 2024 17:04:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3953F427B0; Fri, 14 Jun 2024 17:03:59 +0200 (CEST) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by mails.dpdk.org (Postfix) with ESMTP id 6FFCF427A4 for ; Fri, 14 Jun 2024 17:03:57 +0200 (CEST) Received: by mail-qt1-f176.google.com with SMTP id d75a77b69052e-44051a92f37so18760741cf.1 for ; Fri, 14 Jun 2024 08:03:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718377437; x=1718982237; 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=6uAbz7gMEWpDC3aMsMqa9nxLiVyclEWuxF54cnQI2lw=; b=KXbswQ8DREG2J03y28vfhmJrFBJM7F93JpKpgqTfWVdQonS/AcvBAim9+IPhq9coF6 iCIiJBzLwTzx/afNErqCVuVEtgg3LALwLCOJhPLNjYpyIxgp9jf2tCQYnpwLW9vcAuql wD0PjJJh3Z9qn/IEotRU4giHLfvLOT13K3FDc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718377437; x=1718982237; 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=6uAbz7gMEWpDC3aMsMqa9nxLiVyclEWuxF54cnQI2lw=; b=NkrJ0AXGTKArYlCUz0ZLM/eWaznJn8UjFBGtoZ0gnSRdxAP1rZO8BLJ4RnTJim/u4S V2HXCQFCTZdczWFJ7EFfM2r3ZzGymbgOfnPcPIoYWTKXZc2IID5eknh4meFXQIvY4grJ E0JfV3TaBgPrsgOOQF8LCyJ7HfCSGf2inFSV5YsHK4LRwspJUd4r99OP/z+3mniWX+Iq bHL3OAX/fHZm9ClrxNsbZHUWe3QAxakFMf4tZGznARN07e95elBb0D+h5Ohe2JPR9CEJ rpKAZ8xCepmWpuBANKPTM1SAKufk8RXlQYJUcV9uDYZ4NUdztrvet+XZMHLpQMSifONr MKNw== X-Gm-Message-State: AOJu0YyO2Pl25T072Ml/Um2dBkQ6lfVn12OYlKGdIAe1uKvJblxBLJPa e5g7dtHTScLAF8699XeYZILpHFht/awsiHO7puevgk5LHU+zHlhz4MFYjCQX+no= X-Google-Smtp-Source: AGHT+IGuEJU1ipbaRC5mXk4s620aFIUJnPM41zDES8wfGBLa3eHf10nh/hIKWwl3OkE6O55b+CFKCA== X-Received: by 2002:a05:622a:2a0c:b0:443:4c28:b007 with SMTP id d75a77b69052e-4434c28b076mr11351051cf.29.1718377436643; Fri, 14 Jun 2024 08:03:56 -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-44212efe609sm12966671cf.52.2024.06.14.08.03.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 14 Jun 2024 08:03:56 -0700 (PDT) From: Dean Marx To: Honnappa.Nagarahalli@arm.com, juraj.linkes@pantheon.tech, probb@iol.unh.edu, paul.szczepanek@arm.com, yoan.picchi@foss.arm.com, jspewock@iol.unh.edu, bruce.richardson@intel.com, luca.vizzarro@arm.com Cc: dev@dpdk.org, Dean Marx Subject: [PATCH v3 3/3] Config schema Date: Fri, 14 Jun 2024 11:02:38 -0400 Message-ID: <20240614150238.26374-4-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240614150238.26374-1-dmarx@iol.unh.edu> References: <20240611161606.23881-2-dmarx@iol.unh.edu> <20240614150238.26374-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 Configuration to run vlan test suite Signed-off-by: Dean Marx --- dts/framework/config/conf_yaml_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dts/framework/config/conf_yaml_schema.json b/dts/framework/config/conf_yaml_schema.json index 4731f4511d..eca8244f27 100644 --- a/dts/framework/config/conf_yaml_schema.json +++ b/dts/framework/config/conf_yaml_schema.json @@ -187,7 +187,8 @@ "enum": [ "hello_world", "os_udp", - "pmd_buffer_scatter" + "pmd_buffer_scatter", + "vlan" ] }, "test_target": { -- 2.44.0