Home
last modified time | relevance | path

Searched refs:PASS (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/
H A Drun-ptest12 ./$T && echo PASS: $T || echo FAIL: $T
18 python3 ./$T && echo PASS: $T || echo FAIL: $T
/openbmc/u-boot/test/fs/
H A Dfs-test.sh418 PASS=$((PASS + 1))
461 PASS=0
558 TOTAL_PASS=$((TOTAL_PASS + PASS))
559 echo "Summary: PASS: $PASS FAIL: $FAIL"
611 TOTAL_PASS=$((TOTAL_PASS + PASS))
612 echo "Summary: PASS: $PASS FAIL: $FAIL"
H A Dfat-noncontig-test.sh138 if itest.l *${crcaddr} != ${crc}; then echo FAILURE; else echo PASS; fi
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A Dtest-output.patch4 Subject: [PATCH] Add FAIL/PASS output to test output.
33 + echo "PASS: $x"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A Dkeyutils-test-fix-output-format.patch11 where the result can be PASS, FAIL, or SKIP, and the testname can be any
34 + echo "PASS: $i"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip-perl/
H A Drun-ptest11 echo PASS: $i;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/files/
H A Drun-ptest7 echo PASS: $i;
/openbmc/openbmc/poky/meta/recipes-devtools/json-c/json-c/
H A Drun-ptest14 echo PASS: $i
/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/
H A DFix-the-test-output-format.patch34 + echo 'PASS: numactl regress'
59 + echo "PASS: $1"
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/
H A Dtest.sh20 then echo PASS: $TESTNAME
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Usecase_Checkers.robot45 Should Match Regexp ${output} Summary - PASS: \\d+, WARN: \\d+, FAIL: 0, NOT TESTED: \\d+
79 Should Match Regexp ${output} Summary - PASS: \\d+, WARN: \\d+, FAIL: 0, NOT TESTED: \\d+
H A DRedfish_Protocol_Validator.robot40 # Summary - PASS: 61, WARN: 1, FAIL: 42, NOT_TESTED: 60
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A Drun-ptest19 passed=`grep PASS: ${LOG}|wc -l`
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/
H A Drun-ptest10 passed=$(grep -c PASS: "${LOG}")
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc.robot48 ... By default this will log Test status PASS/FAIL format
49 ... EX: 20160822041250932049:Test:Test case 1:PASS
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/
H A Drun-ptest27 passed=`grep PASS: ${LOG}|wc -l`
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dautomake-output.patch3 PASS/FAIL lines on standard output.
33 + const char* types[] = { "INVALID", "PASS", "FAIL", "ERROR"};
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dtest-add-output-in-the-format-result-testname.patch24 + echo "PASS: $testfile"
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_bist.c220 PASS, enumerator
320 if (intrvl->vector[curr] == PASS) in interval_proc()
342 if (intrvl->vector[curr % intrvl->size] == PASS) { /* pass at rmarker */ in interval_proc()
349 (intrvl->vector[curr % intrvl->size] == PASS)) in interval_proc()
381 (intrvl->vector[curr % intrvl->size] == PASS)) in interval_proc()
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/
H A Drun-ptest81 passed=$(grep -c PASS ${LOG})
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0003-testing-add-the-output-format-for-ptest.patch24 + echo "PASS: $test_name"
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautotest-automake-result-format.patch74 at_msg="UNEXPECTED PASS"
82 + at_am_msg="PASS"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgo-ptest.bbclass29 …((((./\$2 ${GOPTESTFLAGS}; echo \$? >&3) | sed -r -e"s,^(PASS|SKIP|FAIL)\$,\\1: \$1/\$2," >&4) 3>&…
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Drun-ptest86 passed=`grep PASS: ${LOG}|wc -l`
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Drun-ptest89 echo "PASS: openl2tp"

123