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 6733A432C8; Tue, 7 Nov 2023 17:58:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 488D0402D4; Tue, 7 Nov 2023 17:58:05 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 27CC4402A1 for ; Tue, 7 Nov 2023 17:58:04 +0100 (CET) Received: from [192.168.1.126] (unknown [188.242.176.176]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 527CA66; Tue, 7 Nov 2023 19:58:03 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 527CA66 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1699376283; bh=qsaDmv3nNv8fouOGsbIlxLAckxN9XgBM0ezuxdxw5JM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=S0dlf7k4hkp/bJ55HJRPiqkLiKQu6H66L5t6bQUkOM8+VX5zVNJP7Xjfdfy8oRSUw /Vk5as6jp8KF0r0kVUHvzRIg5NXWxxu5ommtWo3uxLF9t3pGw1huQju0HD6mDswQYJ T6OOuareJLFEhEys0BUNSBtytHN8aRjtP3gDoOKk= Content-Type: multipart/alternative; boundary="------------1HC5M0OmZlbeO8oT3WN0BEhl" Message-ID: <8e26b8e6-8d8b-4925-9b30-3fbc5e103e18@oktetlabs.ru> Date: Tue, 7 Nov 2023 19:57:57 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Setting up DPDK PMD Test Suite To: Adam Hassick Cc: Konstantin Ushakov , Patrick Robb , ci@dpdk.org References: <7788077c-4e0b-f68f-2e09-3994a49ae715@oktetlabs.ru> <1f53aade-73a7-baaf-aecb-2b9a33ab6682@oktetlabs.ru> <4979713b-8e5f-417b-b1af-21f54130eab7@oktetlabs.ru> Content-Language: en-US From: Andrew Rybchenko In-Reply-To: X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org This is a multi-part message in MIME format. --------------1HC5M0OmZlbeO8oT3WN0BEhl Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Adam, I see no attempt to publish logs, so I guess something went wrong. Please, let me know if you need any help from me. Hopefully there is no need to rerun tests and publish could be debugged using ./scripts/publish_logs. Andrew. On 11/7/23 02:16, Adam Hassick wrote: > Hi Andrew, > > I've started a test run, it should finish at some point overnight. I > tested the authentication and it seems to work, fingers crossed that > we see some results appear tomorrow. > > Thanks, > Adam > > On Fri, Oct 27, 2023 at 3:13 PM Andrew Rybchenko > wrote: > > Hi Adam, > > fresh ts-rigs-sample has all required bindings to publish logs to > ts-factory.io . See the top-most commit. > So, you just need tune SSH to use correct user, port and key for > ts-factory.io . You  can add below settings > to corresponding user .ssh/config or add corresponding options to > sftp command in scripts/publish_logs/prj/ts-factory/publish: > > Host ts-factory.io >         User unh-iol >         Port 56777 >         IdentitiesOnly yes >         IdentityFile > > The publishing is asynchronous in ts-factory case. i.e. user puts > logs and cron job checks incoming directory every 10 minutes and > publish found logs. > > You can request publishing when you start testing using --publish > option or publish previous run testing results using > ./scripts/publish_logs from dpdk-ethdev-ts sources. PWD should be > the directory you run tests from. > > Please, let me know how it goes. > > Regards, > Andrew. > > (dropped history, since it became too big and require moderation) > --------------1HC5M0OmZlbeO8oT3WN0BEhl Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
Hi Adam,

I see no attempt to publish logs, so I guess something went wrong. Please, let me know if you need any help from me. Hopefully there is no need to rerun tests and publish could be debugged using ./scripts/publish_logs.

Andrew.

On 11/7/23 02:16, Adam Hassick wrote:
Hi Andrew,

I've started a test run, it should finish at some point overnight. I tested the authentication and it seems to work, fingers crossed that we see some results appear tomorrow.

Thanks,
Adam

On Fri, Oct 27, 2023 at 3:13 PM Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru> wrote:
Hi Adam,

fresh ts-rigs-sample has all required bindings to publish logs to ts-factory.io. See the top-most commit.
So, you just need tune SSH to use correct user, port and key for ts-factory.io. You  can add below settings
to corresponding user .ssh/config or add corresponding options to sftp command in scripts/publish_logs/prj/ts-factory/publish:

Host ts-factory.io
        User unh-iol
        Port 56777
        IdentitiesOnly yes
        IdentityFile <path-to-private-key>

The publishing is asynchronous in ts-factory case. i.e. user puts logs and cron job checks incoming directory every 10 minutes and publish found logs.

You can request publishing when you start testing using --publish option or publish previous run testing results using ./scripts/publish_logs from dpdk-ethdev-ts sources. PWD should be the directory you run tests from.

Please, let me know how it goes.

Regards,
Andrew.

(dropped history, since it became too big and require moderation)

--------------1HC5M0OmZlbeO8oT3WN0BEhl--