Home
last modified time | relevance | path

Searched refs:TST_CLEANUP (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/ltp/testcases/network/tcp_cc/
Dbbr02.sh7 TST_CLEANUP="cleanup"
13 TST_CLEANUP="cleanup"
/third_party/ltp/testcases/network/virt/
Dwireguard_lib.sh9 TST_CLEANUP=${TST_CLEANUP:-wireguard_lib_cleanup}
Dgre02.sh8 TST_CLEANUP=virt_cleanup
Dgre01.sh14 TST_CLEANUP=virt_cleanup
Dsit01.sh8 TST_CLEANUP=virt_cleanup
/third_party/ltp/testcases/kernel/containers/netns/
Dnetns_helper.sh6 TST_CLEANUP=netns_ns_exec_cleanup
86 TST_CLEANUP=netns_ns_exec_cleanup
90 TST_CLEANUP=netns_ip_cleanup
/third_party/ltp/testcases/lib/
Dtst_test.sh32 if [ -n "$TST_DO_CLEANUP" -a -n "$TST_CLEANUP" -a -z "$TST_NO_CLEANUP" ]; then
33 if command -v $TST_CLEANUP >/dev/null 2>/dev/null; then
34 $TST_CLEANUP
36 tst_res TWARN "TST_CLEANUP=$TST_CLEANUP declared, but function not defined (or cmd not found)"
/third_party/ltp/testcases/network/mpls/
Dmpls04.sh7 TST_CLEANUP="mpls_virt_cleanup"
Dmpls03.sh7 TST_CLEANUP="mpls_virt_cleanup"
/third_party/ltp/testcases/network/stress/multicast/query-flood/
Dmcast-queryfld01.sh14 TST_CLEANUP="mcast_cleanup"
Dmcast-queryfld02.sh15 TST_CLEANUP="mcast_cleanup"
/third_party/ltp/testcases/network/stress/multicast/grp-operation/
Dmcast-group-same-group.sh10 TST_CLEANUP="mcast_cleanup"
Dmcast-group-source-filter.sh10 TST_CLEANUP="mcast_cleanup"
Dmcast-group-single-socket.sh10 TST_CLEANUP="mcast_cleanup"
/third_party/ltp/testcases/network/stress/icmp/
Dicmp-uni-basic.sh10 TST_CLEANUP=tst_ipsec_cleanup
Dicmp-uni-vti.sh9 TST_CLEANUP=tst_ipsec_cleanup
/third_party/ltp/lib/newlib_tests/shell/
Dtimeout03.sh28 TST_CLEANUP=cleanup
/third_party/ltp/testcases/network/busy_poll/
Dbusy_poll_lib.sh7 TST_CLEANUP="cleanup"
/third_party/ltp/testcases/network/stress/dccp/
Ddccp_ipsec_vti.sh10 TST_CLEANUP=tst_ipsec_cleanup
Ddccp_ipsec.sh10 TST_CLEANUP=tst_ipsec_cleanup
/third_party/ltp/testcases/network/stress/udp/
Dudp_ipsec.sh11 TST_CLEANUP=tst_ipsec_cleanup
Dudp_ipsec_vti.sh11 TST_CLEANUP=tst_ipsec_cleanup
/third_party/ltp/testcases/network/stress/tcp/
Dtcp_ipsec_vti.sh10 TST_CLEANUP=tst_ipsec_cleanup
Dtcp_ipsec.sh10 TST_CLEANUP=tst_ipsec_cleanup
/third_party/ltp/testcases/network/stress/sctp/
Dsctp_ipsec.sh10 TST_CLEANUP=tst_ipsec_cleanup

12345