Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh40 [ "${ovs_dir}" != "" ] &&
41 echo "`date +"[%m-%d %H:%M:%S]"` $*" >> ${ovs_dir}/debug.log
89 [ -e ${ovs_dir}/cleanup ] && . "$ovs_dir/cleanup"
93 echo "$1" > ${ovs_dir}/cleanup.tmp
94 cat ${ovs_dir}/cleanup >> ${ovs_dir}/cleanup.tmp
95 mv ${ovs_dir}/cleanup.tmp ${ovs_dir}/cleanup
101 ovs_dir=$ovs_base${1:+/$1}; export ovs_dir
103 test -e ${ovs_dir}/cleanup || : > ${ovs_dir}/cleanup
109 info "run cmd: $@"; "$@" >> ${ovs_dir}/debug.log)
130 -u -t "$2" "$3" "$4" >$ovs_dir/$4.out 2>$ovs_dir/$4.err &
[all …]