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 33E4F456F8; Tue, 30 Jul 2024 16:03:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F095540651; Tue, 30 Jul 2024 16:03:33 +0200 (CEST) Received: from office2.cesnet.cz (office2.cesnet.cz [78.128.248.237]) by mails.dpdk.org (Postfix) with ESMTP id A7F81400D7 for ; Tue, 30 Jul 2024 14:43:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2-2020; t=1722343398; bh=7TnumQGQMmhHEGF7TUZUmRLWb/ljrtwY96Oe+6wkNkA=; h=Date:Subject:From:To:Cc:References:In-Reply-To; b=XZwnzJ4ARXfPToMVvd8MSzCZQ/QNTSLux2yv5m7fPhe6f95KpIZX8UmAWwJ6G/4ZJ 2HQVVhIJqQ7Pscq0pqxu7YV+bdenP6VWflrC7qDe75ubC6RaafaQ2CEcDXkpBbfoVF edLhTVyeYujzqBl+FCkoemHwl15PNT+Th7F8CjDy/qnu0bsfhEYdEZlKFnx8sCOy2e xja1vHMduu7edzR8ies3awOX/fVyzCRjitQEgyp8pRVfEbwfK29JkRpjN2n5w650WK th68hswzi7LrGS7lSZtl74MLwucyYpeJOTZgxAWBYBERAJBJg9KsIkSUpStjkXZEHJ 79cTzmxevnGng== Received: from [147.229.14.125] (dhcpz125.fit.vutbr.cz [147.229.14.125]) (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 6D7C0118007D; Tue, 30 Jul 2024 14:43:16 +0200 (CEST) Message-ID: <8acde081-a9e9-c847-de73-a56507b47e25@cesnet.cz> Date: Tue, 30 Jul 2024 14:43:16 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH] add FlowTest to Known Test Frameworks and Tools Content-Language: en-US From: David Vodak To: web@dpdk.org Cc: thomas@monjalon.net References: <20240717112401.122613-1-vodak@cesnet.cz> <4bd97369-77b2-481e-b656-35fb7d297cc0@cesnet.cz> In-Reply-To: <4bd97369-77b2-481e-b656-35fb7d297cc0@cesnet.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 Hello Thomas, could you please take a look at it? David On 7/24/24 10:10, David Vodák wrote: > 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)