Home
last modified time | relevance | path

Searched refs:POST_TEST (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh487 POST_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
488 if [ "$PRE_TEST" != "$POST_TEST" ]; then
512 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
514 if [ "$PRE_TEST" == "$POST_TEST" ]; then
523 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
524 if [ "$PRE_TEST" == "$POST_TEST" ]; then

Completed in 1 milliseconds