summaryrefslogtreecommitdiffstats
path: root/iptables/tests/shell/testcases/chain/0003rename_1
Commit message (Collapse)AuthorAgeFilesLines
* tests: shell: Fix and extend chain rename testPhil Sutter2023-07-281-12/+0
| | | | | | | | | | The old version exited unintentionally before testing ip6tables. Replace it by a more complete variant testing for all tools, creating and renaming of,chains with various illegal names instead of just renaming to a clashing name. Fixes: ed9cfe1b48526 ("tests: add initial save/restore test cases") Signed-off-by: Phil Sutter <phil@nwl.cc>
* iptables: tests: shell: Add READMEArushi Singhal2018-07-071-0/+12
1) README is added to run test suite. 2) Rename two test-case scripts to follow proper numerical order. 3) "echo -en "\033[1A\033[K" # clean the [EXECUTING] foobar line" command should only used when verbose("-v") option is not there else instead of clearing "[EXECUTING]" prompt it is clearing last prompt of the test file. Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>