Re: [ovs-dev] [PATCH v3 11/18] tests: wrap ovs-ofctl calls to test python parser

2022-06-14 Thread Adrian Moreno
On 6/3/22 15:33, Ilya Maximets wrote: On 3/11/22 16:21, Adrian Moreno wrote: Some ovs-ofctl commands are used to parse or dump openflow flows, specially in ofp-actions.at Use a wrapper around ovs-ofctl, called ovs-test-ofparse.py that, apart from calling ovs-ofctl, also parses its output (or

Re: [ovs-dev] [PATCH v3 11/18] tests: wrap ovs-ofctl calls to test python parser

2022-06-03 Thread Ilya Maximets
On 3/11/22 16:21, Adrian Moreno wrote: > Some ovs-ofctl commands are used to parse or dump openflow flows, > specially in ofp-actions.at > > Use a wrapper around ovs-ofctl, called ovs-test-ofparse.py that, apart > from calling ovs-ofctl, also parses its output (or input, depending on > the

[ovs-dev] [PATCH v3 11/18] tests: wrap ovs-ofctl calls to test python parser

2022-03-11 Thread Adrian Moreno
Some ovs-ofctl commands are used to parse or dump openflow flows, specially in ofp-actions.at Use a wrapper around ovs-ofctl, called ovs-test-ofparse.py that, apart from calling ovs-ofctl, also parses its output (or input, depending on the command) to make sure the python flow parsing library can