Re: DTS testpmd and SCAPY integration

2024-02-20 Thread Gregory Etelson
-Thomas Monjalon (EXTERNAL) ; Honnappa Nagarahalli ; Juraj Linkeš ; Paul Szczepanek ; Yoan Picchi ; Luca Vizzarro ; c...@dpdk.org ; dev@dpdk.org ; nd ; Maayan Kashani ; Asaf Penso Subject: Re: DTS testpmd and SCAPY integration External email: Use caution opening links or attachments Hi Gregory

Re: DTS testpmd and SCAPY integration

2024-02-18 Thread Patrick Robb
> *Cc:* Gregory Etelson ; Jeremy Spewock < > jspew...@iol.unh.edu>; NBU-Contact-Thomas Monjalon (EXTERNAL) < > tho...@monjalon.net>; Honnappa Nagarahalli ; > Juraj Linkeš ; Paul Szczepanek < > paul.szczepa...@arm.com>; Yoan Picchi ; Luca > Vizzarro ; c...@dpdk.org ; dev@

Re: DTS testpmd and SCAPY integration

2024-02-14 Thread Gregory Etelson
; NBU-Contact-Thomas Monjalon (EXTERNAL) ; Honnappa Nagarahalli ; Juraj Linkeš ; Paul Szczepanek ; Yoan Picchi ; Luca Vizzarro ; c...@dpdk.org ; dev@dpdk.org ; nd ; Maayan Kashani ; Asaf Penso Subject: Re: DTS testpmd and SCAPY integration Hello Patrick, > External email: Use caution open

Re: DTS testpmd and SCAPY integration

2024-01-30 Thread Etelson, Gregory
Hello Patrick, External email: Use caution opening links or attachments Thank you for sharing Gregory. I did not get an opportunity to look through the code today, but I did run through the presentation. A few points I noted: 1. The presentation shows an example testpmd testcase for creating a

Re: DTS testpmd and SCAPY integration

2024-01-30 Thread Patrick Robb
an.pic...@foss.arm.com>; Patrick Robb ; Luca > Vizzarro ; c...@dpdk.org ; dev@dpdk.org > ; nd > *Subject:* Re: DTS testpmd and SCAPY integration > > *External email: Use caution opening links or attachments* > > > On Tue, Jan 23, 2024 at 3:50 AM Thomas Monjalon > wr

Re: DTS testpmd and SCAPY integration

2024-01-28 Thread Gregory Etelson
homas Monjalon (EXTERNAL) Cc: Honnappa Nagarahalli ; Gregory Etelson ; Juraj Linkeš ; Paul Szczepanek ; Yoan Picchi ; Patrick Robb ; Luca Vizzarro ; c...@dpdk.org ; dev@dpdk.org ; nd Subject: Re: DTS testpmd and SCAPY integration External email: Use caution opening links or attachments On Tue

Re: DTS testpmd and SCAPY integration

2024-01-23 Thread Jeremy Spewock
On Tue, Jan 23, 2024 at 3:50 AM Thomas Monjalon wrote: > 23/01/2024 04:42, Honnappa Nagarahalli: > > > 08/01/2024 13:10, Luca Vizzarro: > > > > Your proposal sounds rather interesting. Certainly enabling DTS to > > > > accept YAML-written tests sounds more developer-friendly and should > > > > en

Re: DTS testpmd and SCAPY integration

2024-01-23 Thread Thomas Monjalon
23/01/2024 04:42, Honnappa Nagarahalli: > > 08/01/2024 13:10, Luca Vizzarro: > > > Your proposal sounds rather interesting. Certainly enabling DTS to > > > accept YAML-written tests sounds more developer-friendly and should > > > enable quicker test-writing. As this is an extra feature though – and

RE: DTS testpmd and SCAPY integration

2024-01-22 Thread Honnappa Nagarahalli
> > 08/01/2024 13:10, Luca Vizzarro: > > Your proposal sounds rather interesting. Certainly enabling DTS to > > accept YAML-written tests sounds more developer-friendly and should > > enable quicker test-writing. As this is an extra feature though – and > > a nice-to-have, it should definitely b

Re: DTS testpmd and SCAPY integration

2024-01-22 Thread Thomas Monjalon
08/01/2024 13:10, Luca Vizzarro: > Your proposal sounds rather interesting. Certainly enabling DTS to > accept YAML-written tests sounds more developer-friendly and should > enable quicker test-writing. As this is an extra feature though – and a > nice-to-have, it should definitely be discussed

Re: DTS testpmd and SCAPY integration

2024-01-19 Thread Patrick Robb
Thanks for summarizing Juraj. As we discussed at the CI meeting yesterday, we should get together next week to workshop some rough testsuites based on the ideas which have been proposed above, and discussed in the DTS meeting and CI testing meeting. Just to get something on the calendar I schedul

Re: DTS testpmd and SCAPY integration

2024-01-18 Thread Juraj Linkeš
Hi folks, Let me summarize the yesterday's discussion in a few keys points: - Greg's proposal aims at simplicity and is useful mainly for test cases which can be written in a few minutes. More complex test cases are not suitable for the YAML approach. - The above implies that the YAML

RE: DTS testpmd and SCAPY integration

2024-01-08 Thread Honnappa Nagarahalli
> > Hello Honnappa, > > [snip] > > > Hi Gregory, > >I do not fully understand your proposal, it will be helpful to join > > the DTS > meetings to discuss this further. > > > > Agree, let's discuss the proposal details during the DTS meeting. > > > YAML has wide support built around

RE: DTS testpmd and SCAPY integration

2024-01-08 Thread Honnappa Nagarahalli
dpdk.org > Subject: Re: DTS testpmd and SCAPY integration > > Hi Honnappa, > > > YAML has wide support built around it. By using our own text format, we will > have to build the parsing support etc ourselves. > > > > However, YAML is supposed to be easy to read

Re: DTS testpmd and SCAPY integration

2024-01-08 Thread Etelson, Gregory
Hello Luca, Your proposal sounds rather interesting. Certainly enabling DTS to accept YAML-written tests sounds more developer-friendly and should enable quicker test-writing. As this is an extra feature though – and a nice-to-have, it should definitely be discussed in the DTS meetings as Honnap

Re: DTS testpmd and SCAPY integration

2024-01-08 Thread Luca Vizzarro
Hi Honnappa, YAML has wide support built around it. By using our own text format, we will have to build the parsing support etc ourselves. However, YAML is supposed to be easy to read and understand. Is it just a matter for getting used to it? I may be wrong, please feel free to correct me,

Re: DTS testpmd and SCAPY integration

2024-01-08 Thread Luca Vizzarro
Hi Gregory, Your proposal sounds rather interesting. Certainly enabling DTS to accept YAML-written tests sounds more developer-friendly and should enable quicker test-writing. As this is an extra feature though – and a nice-to-have, it should definitely be discussed in the DTS meetings as Hon

RE: DTS testpmd and SCAPY integration

2024-01-07 Thread Etelson, Gregory
Hello Honnappa, [snip] Hi Gregory, I do not fully understand your proposal, it will be helpful to join the DTS meetings to discuss this further. Agree, let's discuss the proposal details during the DTS meeting. YAML has wide support built around it. By using our own text format, we

RE: DTS testpmd and SCAPY integration

2024-01-07 Thread Honnappa Nagarahalli
; Robb ; c...@dpdk.org; dev@dpdk.org > Subject: DTS testpmd and SCAPY integration > > Hello, > > Consider an option to describe DTS test with testpmd and SCAPY plain text > commands. > > For example: > > Scenario: > - Configure UDP packet in SCAPY and a flow i

DTS testpmd and SCAPY integration

2023-12-25 Thread Etelson, Gregory
Hello, Consider an option to describe DTS test with testpmd and SCAPY plain text commands. For example: Scenario: - Configure UDP packet in SCAPY and a flow in testpmd. - Send UDP packet and validate testpmd output triggered by that packet. ```yaml phase_0: name: CONFIGURATION tg: