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 E811E45EA2 for ; Sat, 14 Dec 2024 18:53:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C109B4025F; Sat, 14 Dec 2024 18:53:39 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id ED0AF4025D for ; Sat, 14 Dec 2024 18:53:37 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-21675fd60feso30440575ad.2 for ; Sat, 14 Dec 2024 09:53:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734198817; x=1734803617; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=jElBawOxPl4T4WpRy6X0h3FGhS2plO20IV0LifUKNU0=; b=g640D48azei0vAQ/HaDvG8wkBM1ZhPGjPE/vaDxAeVObgovJ3tpiZsqhp+ah/Pf0FR 9H/CrS6sB8aIe5/Drh/kHfqyw5iZFZLd2n2R0wlzCMsZ2PDuaIFrORv72ZBPefogqk6i 0qqIsHG1RVH0clyu/ZmIyAeJzAcyZvjfsXm0s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734198817; x=1734803617; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=jElBawOxPl4T4WpRy6X0h3FGhS2plO20IV0LifUKNU0=; b=FtGmMUbALyxBhLzWaoyIIDhlH1cXKZRYcopYTBNF/aRQtVHtbSswRUitqYxZBSRrTR 8Fxh+iVaMjS84HDNrXR5684EmnqtQknti14FZ/DihklP4ywmYA3hCeJHRYopXUHYb1Oe C00aodjTZ+9LzLw1EXwpOksgiPZm2rVyLvYbYoIsfrEUa7neUKp4xdRFNj3lIZmSbMtT m7NSmoL3LxSKasiyd+a0iKRtvl69VQXUgE3xzHE9qercl2NfUYqU+TDRcDyVg3W1vp4U caQ8fCkvqK37AFf5TldhQv8k+CAnX757yPVqhpnrbtLx5v8lupEojsMvYr65C/M7Ig04 yJrQ== X-Gm-Message-State: AOJu0YxGSER8sGG1mSxmXuHnWpQaVYFXm6dFOSCIOS1ovaxtyGUyk/yt QsmzvF8tVY45UGCqU6y2ZryaK8qrRuyQOqPjgkvws8miL6ySg27LSZqgh8Y9dUf9orDt8QeeUyc bzJE1S6ILqQOm5gLsqnwgwcRsHNItDxcxPPVPANbs9+VTKLhulKvB9vPv X-Gm-Gg: ASbGncuAGPOGnzLU+Oqe3FMlZkkI1ryJTIygFLlgyW16BSynmeY88Nf1Gnija0BO94p QJdhEkSW8EDZ7Myz25h3OQLyNiGBU3Fe4+pOgh4pUkz27sIJImGng8aS+ET4g6coTuveg7sl9ko IVOf2e/qZmM7Qbaj/MQ8qwneB3WjIfbir12UAhQz1SMfWfjxKLacAcGFk2/MvuNouOd/rDQrGGD KZk6SauO3VefUFQWb0n+dpbrE2xNrEw5pvJUij5aDyTX4+/SRH2FffHyQ0anMqng0EKMJ0Atjsu TXaejA== X-Google-Smtp-Source: AGHT+IFP6PnQOedGXiqXsSiVHD54YXpTGkF7UlihjpPVpYq3EE4yBaApMYhwPgybUaLT6cP2s6lNb2MwWcOc X-Received: by 2002:a17:903:944:b0:216:356b:2685 with SMTP id d9443c01a7336-21892997a65mr105196935ad.11.1734198816892; Sat, 14 Dec 2024 09:53:36 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-218a1d9f140sm821645ad.13.2024.12.14.09.53.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Dec 2024 09:53:36 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 14 Dec 2024 09:53:36 -0800 (PST) Message-ID: <675dc620.170a0220.2fa055.598cSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 182536052471; Sat, 14 Dec 2024 12:53:36 -0500 (EST) Subject: |SUCCESS| pw149216 [PATCH] [v1] dts: bug fixes for paramiko timeout From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241212193902.31789-1-npratte@iol.unh.edu> References: <20241212193902.31789-1-npratte@iol.unh.edu> Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149216 _Functional Testing PASS_ Submitter: Nicholas Pratte Date: Thursday, December 12 2024 19:39:02 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149216 --> functional testing pass Upstream job id: Template-DTS-Pipeline#202429 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32129/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/