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.sh222 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
226 if [ "$PRE_TEST" == "$POST_TEST" ]; then
696 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
699 if [ "$PRE_TEST" != "$POST_TEST" ]; then
718 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
725 if [ "$PRE_TEST" == "$POST_TEST" ]; then
730 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
735 if [ "$PRE_TEST" == "$POST_TEST" ]; then