Re: [PATCH v8 2/2] dts: port over dynamic config test suite

2025-01-15 Thread Patrick Robb
Thanks, applied to next-dts with the git fixup.

Re: [PATCH v8 2/2] dts: port over dynamic config test suite

2025-01-15 Thread Patrick Robb
On Wed, Jan 15, 2025 at 11:30 AM Dean Marx wrote: > +def disable_promisc_setup(self, testpmd: TestPmdShell, port_id: int) > -> TestPmdShell: > +"""Sets up testpmd shell config for cases where promisc mode is > disabled. > + > +Args: > +testpmd: Testpmd session that

[PATCH v8 2/2] dts: port over dynamic config test suite

2025-01-15 Thread Dean Marx
Suite for testing ability of Poll Mode Driver to turn promiscuous mode on/off, allmulticast mode on/off, and show expected behavior when sending packets with known, unknown, broadcast, and multicast destination MAC addresses. Signed-off-by: Dean Marx --- dts/tests/TestSuite_dynamic_config.py | 1