Home
last modified time | relevance | path

Searched refs:ovs_dir (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/testing/selftests/net/openvswitch/
Dopenvswitch.sh40 [ -e ${ovs_dir}/cleanup ] && . "$ovs_dir/cleanup"
44 echo "$1" > ${ovs_dir}/cleanup.tmp
45 cat ${ovs_dir}/cleanup >> ${ovs_dir}/cleanup.tmp
46 mv ${ovs_dir}/cleanup.tmp ${ovs_dir}/cleanup
52 ovs_dir=$ovs_base${1:+/$1}; export ovs_dir
54 test -e ${ovs_dir}/cleanup || : > ${ovs_dir}/cleanup
59 (ovs_setenv $1; shift; "$@" >> ${ovs_dir}/debug.log)
132 rm -rf "$ovs_dir"
137 echo "Pausing. Logs in $ovs_dir/. Hit enter to continue"
141 [ "${PAUSE_ON_FAIL}" = "yes" ] || rm -rf "$ovs_dir"