* [PATCH] add FlowTest to Known Test Frameworks and Tools
@ 2024-07-17 11:24 David Vodak
2024-07-24 8:10 ` David Vodák
0 siblings, 1 reply; 4+ messages in thread
From: David Vodak @ 2024-07-17 11:24 UTC (permalink / raw)
To: web; +Cc: David Vodak
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)
--
2.45.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] add FlowTest to Known Test Frameworks and Tools
2024-07-17 11:24 [PATCH] add FlowTest to Known Test Frameworks and Tools David Vodak
@ 2024-07-24 8:10 ` David Vodák
2024-07-30 12:43 ` David Vodak
2024-07-30 15:52 ` Thomas Monjalon
0 siblings, 2 replies; 4+ messages in thread
From: David Vodák @ 2024-07-24 8:10 UTC (permalink / raw)
To: thomas; +Cc: web
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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] add FlowTest to Known Test Frameworks and Tools
2024-07-24 8:10 ` David Vodák
@ 2024-07-30 12:43 ` David Vodak
2024-07-30 15:52 ` Thomas Monjalon
1 sibling, 0 replies; 4+ messages in thread
From: David Vodak @ 2024-07-30 12:43 UTC (permalink / raw)
To: web; +Cc: thomas
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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] add FlowTest to Known Test Frameworks and Tools
2024-07-24 8:10 ` David Vodák
2024-07-30 12:43 ` David Vodak
@ 2024-07-30 15:52 ` Thomas Monjalon
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2024-07-30 15:52 UTC (permalink / raw)
To: David Vodák; +Cc: web
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-30 15:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-17 11:24 [PATCH] add FlowTest to Known Test Frameworks and Tools David Vodak
2024-07-24 8:10 ` David Vodák
2024-07-30 12:43 ` David Vodak
2024-07-30 15:52 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).