Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/ktest/examples/include/
H A Dbootconfig.conf44 POST_TEST = ${CLEAR_BOOTCONFIG}
56 POST_TEST = ${CLEAR_BOOTCONFIG}
68 POST_TEST = ${CLEAR_BOOTCONFIG}
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh489 POST_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
490 if [ "$PRE_TEST" != "$POST_TEST" ]; then
514 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
516 if [ "$PRE_TEST" == "$POST_TEST" ]; then
525 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
526 if [ "$PRE_TEST" == "$POST_TEST" ]; then