add FlowTest to Known Test Frameworks and Tools

Message ID 20240717112401.122613-1-vodak@cesnet.cz (mailing list archive)
State Accepted
Headers
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

David Vodak July 24, 2024, 8:10 a.m. UTC | #1
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)
  
David Vodak July 30, 2024, 12:43 p.m. UTC | #2
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)
  
Thomas Monjalon July 30, 2024, 3:52 p.m. UTC | #3
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.
  

Patch

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)