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.sh245 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
249 if [ "$PRE_TEST" == "$POST_TEST" ]; then
1164 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
1167 if [ "$PRE_TEST" != "$POST_TEST" ]; then
1186 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
1193 if [ "$PRE_TEST" == "$POST_TEST" ]; then
1198 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
1203 if [ "$PRE_TEST" == "$POST_TEST" ]; then