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 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 ; 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 To: web@dpdk.org Cc: David Vodak 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org 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