Re: [PATCH v1] dts: remove the OS UDP test suite

2024-04-26 Thread Luca Vizzarro
On 26/04/2024 09:55, Juraj Linkeš wrote: From what I can tell, we don't need any of these for Scapy, but we should test this in other environments as well (my virtual environment doesn't play nice with port rebinding and running testpmd - I have to start Scapy after starting testpmd to get it to

Re: [PATCH v1] dts: remove the OS UDP test suite

2024-04-26 Thread Juraj Linkeš
On Tue, Apr 23, 2024 at 2:00 PM Juraj Linkeš wrote: > > On Tue, Apr 23, 2024 at 12:39 PM Luca Vizzarro wrote: > > > > On 19/04/2024 14:52, Juraj Linkeš wrote: > > > diff --git a/dts/framework/test_suite.py b/dts/framework/test_suite.py > > > > > > -def configure_testbed_ipv4(self, restore: b

Re: [PATCH v1] dts: remove the OS UDP test suite

2024-04-23 Thread Juraj Linkeš
On Tue, Apr 23, 2024 at 12:39 PM Luca Vizzarro wrote: > > On 19/04/2024 14:52, Juraj Linkeš wrote: > > diff --git a/dts/framework/test_suite.py b/dts/framework/test_suite.py > > > > -def configure_testbed_ipv4(self, restore: bool = False) -> None: > > -"""Configure IPv4 addresses on a

Re: [PATCH v1] dts: remove the OS UDP test suite

2024-04-23 Thread Luca Vizzarro
On 19/04/2024 14:52, Juraj Linkeš wrote: diff --git a/dts/framework/test_suite.py b/dts/framework/test_suite.py -def configure_testbed_ipv4(self, restore: bool = False) -> None: -"""Configure IPv4 addresses on all testbed ports. - -The configured ports are: - -* SUT i

[PATCH v1] dts: remove the OS UDP test suite

2024-04-19 Thread Juraj Linkeš
The test suite served as a demonstration of the Scapy traffic generator implementation. Now that we have a test suite that uses DPDK code (via testpmd), there is no reason to keep the test suite, as there's no expectation it'll be actually used in any setup. Signed-off-by: Juraj Linkeš --- dts/c