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 1620245698; Wed, 24 Jul 2024 10:24:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D23142E24; Wed, 24 Jul 2024 10:24:27 +0200 (CEST) Received: from office2.cesnet.cz (office2.cesnet.cz [78.128.248.237]) by mails.dpdk.org (Postfix) with ESMTP id EA63241153 for ; Wed, 24 Jul 2024 10:10:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2-2020; t=1721808626; bh=kfmf1uxBpdIK8lBa73p1lfH6wAr9vojiZaHpChKM0nw=; h=Date:Subject:To:References:Cc:From:In-Reply-To; b=iHZ4JZIG98dmLgiizZxb+s4oPgjGytfV3YMuXt6d5hBCniyw5NyOShLxQOpmwZB24 ASCla58nGUmbDOM92x8dXIF8RhCnOsiVA7u0yFt1xIzAQWMEIqzKpBc7DOfRx7ruyA zMyuxeDnA4RpCQeTqOcWmVGxrN+bUtzyQla86kKi6ndNM4920FO7rnC4oVVsIErT79 GBrNz2poUSwWDdVVTTMJ1nY0J6yWN6Ym33a7A8og6aXTvOk3u8GAzDuiTGkU6rE284 ym902xoo2j61gyHug8d1DuGq4tTd8Q8USjSxjxVEJvJgs3Jd20Ma8108wMkNIKS1Gz XOY8eYxEtL6CA== Received: from [10.0.3.180] (unknown [213.235.133.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by office2.cesnet.cz (Postfix) with ESMTPSA id 89BC2118007D; Wed, 24 Jul 2024 10:10:16 +0200 (CEST) Message-ID: <4bd97369-77b2-481e-b656-35fb7d297cc0@cesnet.cz> Date: Wed, 24 Jul 2024 10:10:11 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] add FlowTest to Known Test Frameworks and Tools Content-Language: en-US To: thomas@monjalon.net References: <20240717112401.122613-1-vodak@cesnet.cz> Cc: web@dpdk.org From: =?UTF-8?Q?David_Vod=C3=A1k?= In-Reply-To: <20240717112401.122613-1-vodak@cesnet.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Hi Thomas, After my presentation at the DPDK Summit APAC, you suggested that FlowTest could be included in the recommended test frameworks and tools, which is what I am trying to do in this patch. Could you please take a look at this? Kind regards, David Vodak On 7/17/24 13:24, David Vodak wrote: > FlowTest is a complex testbed for testing NetFlow/IPFIX monitoring > probes. It includes a traffic generator and player that is capable of > simulating traffic of realistic 1/10/100 Gbps networks. Both tools > can be used independently of the framework. > --- > content/testing/_index.md | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/content/testing/_index.md b/content/testing/_index.md > index 394287b..3759caf 100644 > --- a/content/testing/_index.md > +++ b/content/testing/_index.md > @@ -162,4 +162,5 @@ The testing infrastructure work is coordinated in three complementary forums: > - [DPDK Test Suite (DTS)](//git.dpdk.org/tools/dts/) > - [ViNePerf](//git.opnfv.org/vineperf/about/) > - [OvS PVP perf](//github.com/chaudron/ovs_perf/) > +- [FlowTest](//github.com/CESNET/FlowTest) > - [downstream projects](//www.dpdk.org/ecosystem/#projects)