Lines Matching refs:grep
169 return `echo "$perf_output" | grep "$pattern" | wc -l`
288 HW_CLIENT=`ip netns exec client ip link show dev c1 | grep -E 'link/ether [0-9a-f:]+' | awk '{print $2;}'`
294 HW_SERVER=`ip netns exec server ip link show dev s1 | grep -E 'link/ether [0-9a-f:]+' | awk '{print $2;}'`
485 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
487 POST_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
497 [ $(python3 $ovs_base/ovs-dpctl.py show nv0 | grep port | \
501 [ $(python3 $ovs_base/ovs-dpctl.py show nv0 | grep port | \
507 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
512 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
519 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
523 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
545 grep -E "MISS upcall\[0/yes\]: .*arp\(sip=172.31.110.1,tip=172.31.110.20,op=1,sha=" $ovs_dir/left0.out >/dev/null 2>&1 || return 1
554 if ! lsmod | grep openvswitch >/dev/null 2>&1; then
560 grep -E "Need to (install|upgrade) the python" >/dev/null 2>&1; then