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.sh33 [ "${ovs_dir}" != "" ] &&
34 echo "`date +"[%m-%d %H:%M:%S]"` $*" >> ${ovs_dir}/debug.log
82 [ -e ${ovs_dir}/cleanup ] && . "$ovs_dir/cleanup"
86 echo "$1" > ${ovs_dir}/cleanup.tmp
87 cat ${ovs_dir}/cleanup >> ${ovs_dir}/cleanup.tmp
88 mv ${ovs_dir}/cleanup.tmp ${ovs_dir}/cleanup
94 ovs_dir=$ovs_base${1:+/$1}; export ovs_dir
96 test -e ${ovs_dir}/cleanup || : > ${ovs_dir}/cleanup
102 info "run cmd: $@"; "$@" >> ${ovs_dir}/debug.log)
123 -u -t "$2" "$3" "$4" >$ovs_dir/$4.out 2>$ovs_dir/$4.err &
[all …]