Home
last modified time | relevance | path

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

/linux/tools/testing/ktest/examples/include/
H A Dbootconfig.conf41 PRE_TEST = ${BOOTCONFIG_TEST_PREP}
53 PRE_TEST = ${BOOTCONFIG_TEST_PREP}
65 PRE_TEST = ${BOOTCONFIG_TEST_PREP}
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh221 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
225 if [ "$PRE_TEST" == "$POST_TEST" ]; then
695 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
698 if [ "$PRE_TEST" != "$POST_TEST" ]; then
717 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
724 if [ "$PRE_TEST" == "$POST_TEST" ]; then
729 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
734 if [ "$PRE_TEST" == "$POST_TEST" ]; then