Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh48 [ -e ${ovs_dir}/cleanup ] && . "$ovs_dir/cleanup"
52 echo "$1" > ${ovs_dir}/cleanup.tmp
53 cat ${ovs_dir}/cleanup >> ${ovs_dir}/cleanup.tmp
54 mv ${ovs_dir}/cleanup.tmp ${ovs_dir}/cleanup
60 ovs_dir=$ovs_base${1:+/$1}; export ovs_dir
62 test -e ${ovs_dir}/cleanup || : > ${ovs_dir}/cleanup
67 (ovs_setenv $1; shift; "$@" >> ${ovs_dir}/debug.log)
88 -u "$2" "$3" >$ovs_dir/$3.out 2>$ovs_dir/$3.err &
105 ip netns exec $netns $* >> $ovs_dir/stdout 2>> $ovs_dir/stderr &
133 ovs_wait grep -q "listening on any" ${ovs_dir}/stderr
[all …]