Home
last modified time | relevance | path

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

/openbmc/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}
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh485 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
488 if [ "$PRE_TEST" != "$POST_TEST" ]; then
507 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
514 if [ "$PRE_TEST" == "$POST_TEST" ]; then
519 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
524 if [ "$PRE_TEST" == "$POST_TEST" ]; then