> For this patchset, test cases of the ctinfo, gate, and xt action modules
> are added to the tc-testing test suite. Also add deleting test for
> connmark, ife, nat, sample and tunnel_key action modules.
>
> Zhengchao Shao (8):
> selftests/tc-testings: add selftests for ctinfo action
> selftests/tc-testings: add selftests for gate action
> selftests/tc-testings: add selftests for xt action
> selftests/tc-testings: add connmark action deleting test case
> selftests/tc-testings: add ife action deleting test case
> selftests/tc-testings: add nat action deleting test case
> selftests/tc-testings: add sample action deleting test case
> selftests/tc-testings: add tunnel_key action deleting test case
>
> .../tc-testing/tc-tests/actions/connmark.json | 50 +++
> .../tc-testing/tc-tests/actions/ctinfo.json | 316 ++++++++++++++++++
> .../tc-testing/tc-tests/actions/gate.json | 315 +++++++++++++++++
> .../tc-testing/tc-tests/actions/ife.json | 50 +++
> .../tc-testing/tc-tests/actions/nat.json | 50 +++
> .../tc-testing/tc-tests/actions/sample.json | 50 +++
> .../tc-tests/actions/tunnel_key.json | 50 +++
> .../tc-testing/tc-tests/actions/xt.json | 219 ++++++++++++
> 8 files changed, 1100 insertions(+)
> create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/ctinfo.json
> create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/gate.json
> create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/xt.json
>
Reviewed-by: Victor Nogueira <[email protected]>
On Fri, Sep 9, 2022 at 4:04 PM Victor Nogueira <[email protected]> wrote:
>
> > For this patchset, test cases of the ctinfo, gate, and xt action modules
> > are added to the tc-testing test suite. Also add deleting test for
> > connmark, ife, nat, sample and tunnel_key action modules.
> >
> > Zhengchao Shao (8):
> > selftests/tc-testings: add selftests for ctinfo action
> > selftests/tc-testings: add selftests for gate action
> > selftests/tc-testings: add selftests for xt action
> > selftests/tc-testings: add connmark action deleting test case
> > selftests/tc-testings: add ife action deleting test case
> > selftests/tc-testings: add nat action deleting test case
> > selftests/tc-testings: add sample action deleting test case
> > selftests/tc-testings: add tunnel_key action deleting test case
> >
> > .../tc-testing/tc-tests/actions/connmark.json | 50 +++
> > .../tc-testing/tc-tests/actions/ctinfo.json | 316 ++++++++++++++++++
> > .../tc-testing/tc-tests/actions/gate.json | 315 +++++++++++++++++
> > .../tc-testing/tc-tests/actions/ife.json | 50 +++
> > .../tc-testing/tc-tests/actions/nat.json | 50 +++
> > .../tc-testing/tc-tests/actions/sample.json | 50 +++
> > .../tc-tests/actions/tunnel_key.json | 50 +++
> > .../tc-testing/tc-tests/actions/xt.json | 219 ++++++++++++
> > 8 files changed, 1100 insertions(+)
> > create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/ctinfo.json
> > create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/gate.json
> > create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/xt.json
> >
>
> Reviewed-by: Victor Nogueira <[email protected]>
For this patchset:
Tested-by: Jamal Hadi Salim <[email protected]>
Acked-by: Jamal Hadi Salim <[email protected]>
cheers,
jamal