summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/0013addafterdelete_0
Commit message (Collapse)AuthorAgeFilesLines
* tests: shell: adjust add-after-delete flowtable for older kernelsPablo Neira Ayuso2023-11-211-2/+0
| | | | | | | | | | | Remove counter from flowtable, older kernels (<=5.4) do not support this in testcases/flowtable/0013addafterdelete_0 so this bug is still covered. Skip testcases/flowtable/0014addafterdelete_0 if flowtable counter support is not available. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* tests: shell: flowtable add after delete in batchPablo Neira Ayuso2021-03-241-0/+27
Check for bogus EEXIST and EBUSY errors. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>