Message ID | 20220909012936.268433-1-shaozhengchao@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | add tc-testing test cases | expand |
> 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 <victor@mojatatu.com>
On Fri, Sep 9, 2022 at 4:04 PM Victor Nogueira <victor@mojatatu.com> 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 <victor@mojatatu.com> For this patchset: Tested-by: Jamal Hadi Salim <jhs@mojatatu.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> cheers, jamal
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 9 Sep 2022 09:29:28 +0800 you 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. > > After a test case is added locally, the test result is as follows: > > ./tdc.py -c action ctinfo > considering category action > considering category ctinfo > Test c826: Add ctinfo action with default setting > Test 0286: Add ctinfo action with dscp > Test 4938: Add ctinfo action with valid cpmark and zone > Test 7593: Add ctinfo action with drop control > Test 2961: Replace ctinfo action zone and action control > Test e567: Delete ctinfo action with valid index > Test 6a91: Delete ctinfo action with invalid index > Test 5232: List ctinfo actions > Test 7702: Flush ctinfo actions > Test 3201: Add ctinfo action with duplicate index > Test 8295: Add ctinfo action with invalid index > Test 3964: Replace ctinfo action with invalid goto_chain control > > [...] Here is the summary with links: - [net-next,1/8] selftests/tc-testings: add selftests for ctinfo action https://git.kernel.org/netdev/net-next/c/77cba3879f1b - [net-next,2/8] selftests/tc-testings: add selftests for gate action https://git.kernel.org/netdev/net-next/c/4a1db5251cfa - [net-next,3/8] selftests/tc-testings: add selftests for xt action https://git.kernel.org/netdev/net-next/c/910d504bc187 - [net-next,4/8] selftests/tc-testings: add connmark action deleting test case https://git.kernel.org/netdev/net-next/c/0fc8674663f6 - [net-next,5/8] selftests/tc-testings: add ife action deleting test case https://git.kernel.org/netdev/net-next/c/af649e7a6a53 - [net-next,6/8] selftests/tc-testings: add nat action deleting test case https://git.kernel.org/netdev/net-next/c/043b16435f3d - [net-next,7/8] selftests/tc-testings: add sample action deleting test case https://git.kernel.org/netdev/net-next/c/a32a4fa447f5 - [net-next,8/8] selftests/tc-testings: add tunnel_key action deleting test case https://git.kernel.org/netdev/net-next/c/eed791d3ca95 You are awesome, thank you!