Message ID | 20240717112401.122613-1-vodak@cesnet.cz (mailing list archive) |
---|---|
State | Accepted |
Headers |
Return-Path: <web-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 68E1A45634; Wed, 17 Jul 2024 13:24:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4A1FB4278D; Wed, 17 Jul 2024 13:24:23 +0200 (CEST) Received: from office2.cesnet.cz (office2.cesnet.cz [78.128.248.237]) by mails.dpdk.org (Postfix) with ESMTP id B52A84060A for <web@dpdk.org>; Wed, 17 Jul 2024 13:24:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2-2020; t=1721215461; bh=nPf6IxdWflH41KCUZjxuLeOhRK2m1Nwq9Kuryu5/TY0=; h=From:To:Cc:Subject:Date; b=NmAIydpJziUiw1izTKH8BrfoQiTucTJ4xmaHqdUy1EJRXJeazwfW1V5Nt+iWBxyk/ Qc795Dnk/bxMWUy2braX9ZuWHQl9xD6bU3UeobpgfNyexnGHN5FktV0270sCzbXx+W CBfl2i125oUzZ9kA30X5/i2u/2G8wULWRrdZKjCOT/7ZBKlDMj5KCiKdcma26KbKqR MKVuG0gmDnaFeQzU5Kpt2560JVXgR2drf1IeYxwnXzL31sjnMrxNiOLDfq0+DKRvAE NjO0G3XOqG37/n3cPsNxSx8x5y2c7I+ZEF/6HZsYN30YQCxKtd3FbYGLcPweHI0Tdu QPafbD+JDoD5w== Received: from vid.fit.vutbr.cz (unknown [IPv6:2001:67c:1220:80e:93:a24f:6f5b:26b4]) (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 AD7611180078; Wed, 17 Jul 2024 13:24:20 +0200 (CEST) From: David Vodak <vodak@cesnet.cz> To: web@dpdk.org Cc: David Vodak <vodak@cesnet.cz> Subject: [PATCH] add FlowTest to Known Test Frameworks and Tools Date: Wed, 17 Jul 2024 13:24:01 +0200 Message-ID: <20240717112401.122613-1-vodak@cesnet.cz> X-Mailer: git-send-email 2.45.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance <web.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/web>, <mailto:web-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/web/> List-Post: <mailto:web@dpdk.org> List-Help: <mailto:web-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/web>, <mailto:web-request@dpdk.org?subject=subscribe> Errors-To: web-bounces@dpdk.org |
Series |
add FlowTest to Known Test Frameworks and Tools
|
|
Commit Message
David Vodak
July 17, 2024, 11:24 a.m. UTC
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(+)
Comments
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)
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)
24/07/2024 10:10, David Vodák: > 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. Nice addition, applied, thank you.
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)