summaryrefslogtreecommitdiffstats
path: root/tests/shell
Commit message (Expand)AuthorAgeFilesLines
* tests: shell: Fix for failing nft-f/sample-rulesetHEADmasterPhil Sutter5 hours1-2/+2
* tests: shell: fix spurious errors in sets/0036add_set_element_expiration_0Pablo Neira Ayuso33 hours1-3/+7
* tests: shell: features: Fix table owner flag checkPhil Sutter2 days1-1/+1
* tests: shell: skip flowtable-uaf if we lack table owner supportFlorian Westphal7 days2-0/+7
* tests: shell: add feature probe for sctp chunk matchingFlorian Westphal7 days2-10/+23
* tests: shell: add feature probe for sets with more than one elementFlorian Westphal7 days5-0/+23
* tests: shell: skip adding catchall elements if unuspportedFlorian Westphal7 days1-2/+6
* tests/shell: honor NFT_TEST_FAIL_ON_SKIP variable to fail on any skipped testsThomas Haller8 days1-1/+7
* limit: display default burst when listing rulesetPablo Neira Ayuso8 days6-8/+8
* tests/shell: run `nft --check` on persisted dump filesThomas Haller9 days2-1/+34
* evaluate: perform mark datatype compatibility check from mapsPablo Neira Ayuso9 days2-0/+64
* evaluate: expand sets and maps before evaluationPablo Neira Ayuso9 days4-0/+39
* tests/shell: simplify collecting error result in "test-wrapper.sh"Thomas Haller10 days1-8/+8
* tests/shell: colorize NFT_TEST_HAS_SOCKET_LIMITSThomas Haller10 days1-11/+18
* tests/shell: don't show the exit status for failed testsThomas Haller10 days1-6/+3
* tests/shell: set C locale in "run-tests.sh"Thomas Haller10 days1-2/+6
* tests/shell: fix preserving ruleset diff after testThomas Haller10 days1-0/+1
* tests/shell: check diff in "maps/typeof_maps_0" and "sets/typeof_sets_0" testThomas Haller11 days2-31/+177
* tests/shell: implement NFT_TEST_HAVE_json feature detection as scriptThomas Haller11 days2-14/+10
* tests/shell: skip reset tests if kernel lacks supportFlorian Westphal11 days5-4/+43
* tests/shell: skip test cases if ct expectation and/or timeout lacks supportFlorian Westphal11 days5-39/+33
* tests/shell: skip test cases involving osf match if kernel lacks supportFlorian Westphal11 days3-10/+39
* tests/shell: skip catchall tests if kernel lacks supportFlorian Westphal11 days6-2/+35
* tests/shell: skip destroy tests if kernel lacks supportFlorian Westphal11 days6-0/+13
* tests/shell: skip inet ingress tests if kernel lacks supportFlorian Westphal11 days4-7/+18
* tests/shell: skip some tests if kernel lacks netdev egress supportFlorian Westphal11 days3-1/+18
* tests/shell: skip bitshift tests if kernel lacks supportFlorian Westphal11 days11-0/+27
* tests/shell: skip inner matching tests if unsupportedFlorian Westphal11 days2-0/+9
* tests/shell: skip map query if kernel lacks supportFlorian Westphal11 days2-8/+38
* tests/shell: skip netdev_chain_0 if kernel requires netdev deviceFlorian Westphal11 days2-0/+9
* tests/shell: add and use chain binding feature probeFlorian Westphal11 days4-7/+62
* tests/shell: cleanup creating dummy interfaces in testsThomas Haller11 days6-31/+32
* tests/shell: suggest 4Mb /proc/sys/net/core/{wmem_max,rmem_max} for rootlessThomas Haller11 days1-3/+3
* tests: shell: add sample ruleset reproducerFlorian Westphal11 days2-0/+501
* tests/shell: colorize NFT_TEST_SKIP_/NFT_TEST_HAVE_ in test outputThomas Haller13 days1-2/+10
* tests/shell: add feature probing via "features/*.nft" filesThomas Haller13 days1-0/+28
* tests: shell: fix dump validation messageFlorian Westphal13 days2-13/+0
* tests/shell: honor CLICOLOR_FORCE to force coloring in run-tests.shThomas Haller13 days1-5/+10
* tests/shell: accept $NFT_TEST_TMPDIR_TAG for the result directoryThomas Haller13 days1-1/+1
* tests/shell: exit 77 from "run-tests.sh" if all tests were skippedThomas Haller13 days1-1/+7
* tests/shell: in find_tests() use C locale for sorting tests namesThomas Haller13 days1-1/+1
* tests/shell: special handle base path starting with "./"Thomas Haller13 days1-1/+3
* tests/shell: add missing nft/nodump files for testsThomas Haller13 days3-0/+29
* tests/shell: drop unstable dump for "transactions/0051map_0" testThomas Haller13 days2-7/+0
* tests/shell: remove spurious .nft dump filesThomas Haller13 days2-16/+0
* tests/shell: add option to shuffle execution order of testsThomas Haller13 days1-0/+18
* tests/shell: add "random-source.sh" helper for random-source for sort/shufThomas Haller13 days2-1/+41
* tests/shell: export NFT_TEST_RANDOM_SEED variable for testsThomas Haller13 days1-0/+46
* tests/shell: ensure vgdb-pipe files are deleted from "nft-valgrind-wrapper.sh"Thomas Haller2023-09-142-3/+11
* tests/shell: kill running child processes when aborting "run-tests.sh"Thomas Haller2023-09-141-5/+26