Searched refs:TST_CNT (Results 1 – 25 of 101) sorted by relevance
12345
/third_party/ltp/testcases/lib/ |
D | tst_test.sh | 726 for _tst_i in $(seq ${TST_CNT:-1}); do 775 if [ -n "$TST_CNT" ]; then 776 if ! tst_is_int "$TST_CNT"; then 780 if [ "$TST_CNT" -le 0 ]; then
|
/third_party/ltp/utils/sctp/testlib/ |
D | sctputil.h | 114 extern int TST_CNT; 118 printf("%s %2d BROK : ", TCID, ++TST_CNT); \ 126 (a1 == TPASS)?++TST_CNT:0, \
|
/third_party/ltp/testcases/network/stress/udp/ |
D | udp_ipsec_vti.sh | 9 TST_CNT=2
|
D | udp_ipsec.sh | 10 TST_CNT=2
|
/third_party/ltp/testcases/commands/vmcp/ |
D | vmcp_m.sh | 14 TST_CNT=2
|
/third_party/ltp/testcases/network/sockets/ |
D | bind_noport01.sh | 5 TST_CNT=2
|
/third_party/ltp/testcases/commands/ldd/ |
D | ldd01.sh | 8 TST_CNT=2
|
/third_party/ltp/testcases/network/dccp/ |
D | dccp01.sh | 5 TST_CNT=3
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_usage_in_bytes_test.sh | 10 TST_CNT=2
|
D | memcg_force_empty.sh | 12 TST_CNT=6
|
D | memcg_subgroup_charge.sh | 13 TST_CNT=3
|
D | memcg_use_hierarchy_test.sh | 10 TST_CNT=3
|
D | memcg_stat_rss.sh | 14 TST_CNT=10
|
/third_party/ltp/testcases/kernel/fs/binfmt_misc/ |
D | binfmt_misc01.sh | 24 TST_CNT=9
|
/third_party/ltp/doc/ |
D | shell-test-api.txt | 80 TST_CNT=2 99 If '$TST_CNT' is set, the test library looks if there are functions named 100 '$\{TST_TESTFUNC\}1', ..., '$\{TST_TESTFUNC\}$\{TST_CNT\}' and if these are 110 TST_CNT=2 127 Otherwise, if '$TST_CNT' is set but there is no '$\{TST_TESTFUNC\}1', etc., 128 the '$TST_TESTFUNC' is executed '$TST_CNT' times and the test number is passed 162 # Example test with tests in a single function, using $TST_TEST_DATA and $TST_CNT 165 TST_CNT=2 185 '$TST_TEST_DATA' can be used with '$TST_CNT'. If '$TST_TEST_DATA_IFS' not specified,
|
/third_party/ltp/testcases/network/stress/route/ |
D | route-change-dst.sh | 15 TST_CNT=$ROUTE_CHANGE_IP
|
D | route-change-gw.sh | 15 TST_CNT=$ROUTE_CHANGE_IP
|
D | route-change-if.sh | 15 TST_CNT=$ROUTE_CHANGE_IP
|
/third_party/ltp/lib/newlib_tests/shell/net/ |
D | tst_ipaddr_un.sh | 6 TST_CNT=2
|
/third_party/ltp/testcases/commands/mkdir/ |
D | mkdir_tests.sh | 8 TST_CNT=3
|
/third_party/ltp/testcases/kernel/device-drivers/zram/ |
D | zram02.sh | 8 TST_CNT=6
|
/third_party/ltp/testcases/network/virt/ |
D | wireguard01.sh | 9 TST_CNT=3
|
/third_party/ltp/testcases/commands/wc/ |
D | wc01.sh | 8 TST_CNT=12
|
/third_party/ltp/lib/newlib_tests/shell/ |
D | tst_check_driver.sh | 7 TST_CNT=3
|
/third_party/ltp/testcases/commands/sysctl/ |
D | sysctl02.sh | 20 TST_CNT=4
|
12345