Re: [PATCH v3 08/12] dts: add NIC capability support

2024-09-18 Thread Jeremy Spewock
On Wed, Sep 18, 2024 at 8:58 AM Juraj Linkeš wrote: > > > > On 27. 8. 2024 18:36, Jeremy Spewock wrote: > > On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš > > wrote: > > > >> diff --git a/dts/framework/testbed_model/capability.py > >> b/dts/framework/testbed_model/capability.py > >> index 8899f0

Re: [PATCH v3 08/12] dts: add NIC capability support

2024-09-18 Thread Juraj Linkeš
On 27. 8. 2024 18:36, Jeremy Spewock wrote: On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš wrote: diff --git a/dts/framework/testbed_model/capability.py b/dts/framework/testbed_model/capability.py index 8899f07f76..9a79e6ebb3 100644 --- a/dts/framework/testbed_model/capability.py +++ b/dts/

Re: [PATCH v3 08/12] dts: add NIC capability support

2024-09-05 Thread Jeremy Spewock
On Thu, Sep 5, 2024 at 7:56 AM Juraj Linkeš wrote: > > > > On 26. 8. 2024 19:11, Jeremy Spewock wrote: > > On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš > > wrote: > > > >> @dataclass > >> class TestPmdPort(TextParser): > >> """Dataclass representing the result of testpmd's ``show port

Re: [PATCH v3 08/12] dts: add NIC capability support

2024-09-05 Thread Juraj Linkeš
On 26. 8. 2024 19:11, Jeremy Spewock wrote: On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš wrote: @dataclass class TestPmdPort(TextParser): """Dataclass representing the result of testpmd's ``show port info`` command.""" @@ -962,3 +1043,96 @@ def _close(self) -> None: se

Re: [PATCH v3 08/12] dts: add NIC capability support

2024-09-03 Thread Dean Marx
On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš wrote: > Some test cases or suites may be testing a NIC feature that is not > supported on all NICs, so add support for marking test cases or suites > as requiring NIC capabilities. > > The marking is done with a decorator, which populates the interna

Re: [PATCH v3 08/12] dts: add NIC capability support

2024-08-27 Thread Jeremy Spewock
On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš wrote: > diff --git a/dts/framework/testbed_model/capability.py > b/dts/framework/testbed_model/capability.py > index 8899f07f76..9a79e6ebb3 100644 > --- a/dts/framework/testbed_model/capability.py > +++ b/dts/framework/testbed_model/capability.py >

Re: [PATCH v3 08/12] dts: add NIC capability support

2024-08-26 Thread Jeremy Spewock
On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš wrote: > @dataclass > class TestPmdPort(TextParser): > """Dataclass representing the result of testpmd's ``show port info`` > command.""" > @@ -962,3 +1043,96 @@ def _close(self) -> None: > self.stop() > self.send_command("qu