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.sh32 [ "${ovs_dir}" != "" ] &&
33 echo "`date +"[%m-%d %H:%M:%S]"` $*" >> ${ovs_dir}/debug.log
81 [ -e ${ovs_dir}/cleanup ] && . "$ovs_dir/cleanup"
85 echo "$1" > ${ovs_dir}/cleanup.tmp
86 cat ${ovs_dir}/cleanup >> ${ovs_dir}/cleanup.tmp
87 mv ${ovs_dir}/cleanup.tmp ${ovs_dir}/cleanup
93 ovs_dir=$ovs_base${1:+/$1}; export ovs_dir
95 test -e ${ovs_dir}/cleanup || : > ${ovs_dir}/cleanup
101 info "run cmd: $@"; "$@" >> ${ovs_dir}/debug.log)
122 -u "$2" "$3" >$ovs_dir/$3.out 2>$ovs_dir/$3.err &
[all …]