| /openbmc/openbmc/poky/scripts/lib/resulttool/template/ |
| H A D | test_report_full_text.txt | 5 …) }} | {{ 'ID'.ljust(maxlen['result_id']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed… 8 …eport.result_id.ljust(maxlen['result_id']) }} | {{ (report.passed|string).ljust(maxlen['passed']) … 11 …count'].ljust(maxlen['result_id']) }} | {{ reporttotalvalues['passed'].ljust(maxlen['passed']) }} … 20 {{ 'Recipe'.ljust(maxlen['ptest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljust(… 23 …t.ljust(maxlen['ptest']) }} | {{ (ptests[machine][ptest]['passed']|string).ljust(maxlen['passed'])… 36 {{ 'Recipe'.ljust(maxlen['ltptest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljus… 39 …t(maxlen['ltptest']) }} | {{ (ltptests[machine][ltptest]['passed']|string).ljust(maxlen['passed'])… 52 {{ 'Recipe'.ljust(maxlen['ltpposixtest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'… 55 …sixtest']) }} | {{ (ltpposixtests[machine][ltpposixtest]['passed']|string).ljust(maxlen['passed'])…
|
| /openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/ |
| H A D | run-ptest | 19 passed=`grep PASS: ${LOG}|wc -l` 22 all=$((passed + failed + skipped)) 26 echo "PASSED: ${passed}"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/ |
| H A D | run-ptest | 10 passed=$(grep -c PASS: "${LOG}") 14 all=$((passed + failed + skiped)) 18 echo "PASSED: ${passed}"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/ |
| H A D | run-ptest | 27 passed=`grep PASS: ${LOG}|wc -l` 30 all=$((passed + failed + skipped)) 34 echo "PASSED: ${passed}"
|
| /openbmc/qemu/tests/tcg/x86_64/ |
| H A D | fma.c | 101 bool passed = true; in main() local 108 passed = false; in main() 112 passed = false; in main() 115 return passed ? 0 : 1; in main()
|
| /openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/ |
| H A D | run-ptest | 81 passed=$(grep -c PASS ${LOG}) 83 total=$(expr ${passed} + ${failed} + ${skipped}) 97 echo "pass : ${passed}"
|
| /openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/ |
| H A D | ima.py | 95 passed = 0 104 passed += 1 114 passed = 0 125 passed += 1
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | runtest.sh | 18 passed=`grep PASSED results/*.result | wc -l`; \ 19 echo "TEST SUMMARY: $passed tests PASSED, $failed2 tests FAILED" ;\
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_js_unit_tests.py | 32 passed = self.find("#qunit-testresult .passed").text 36 passed,
|
| /openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | run-ptest | 86 passed=`grep PASS: ${LOG}|wc -l` 89 all=$((passed + failed + skipped)) 93 echo "PASSED: ${passed}"
|
| /openbmc/qemu/tests/multiboot/ |
| H A D | aout_kludge.S | 120 je passed 122 passed: label
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | decorators.py | 62 passed = True 97 passed = False 102 passed = False 106 passed = False 107 if passed:
|
| /openbmc/openbmc-test-automation/tools/ct_metrics/ |
| H A D | gen_csv_results.py | 219 stats.total.critical.passed + stats.total.critical.failed 221 total_critical_passed = stats.total.critical.passed 227 total_non_critical_tc = stats.total.passed + stats.total.failed 228 total_non_critical_passed = stats.total.passed
|
| /openbmc/openbmc/meta-arm/documentation/ |
| H A D | runfvp.md | 21 When a machine name is passed, `runfvp` will start the latest image that has been built for that ma… 38 Arbitrary options can be passed directly to the FVP by specifying them after a double dash, for exa… 74 Parameters passed to the FVP with the `--parameter`/`-C` option. These are expressed as variable f… 82 Specify raw data to load at the specified address, passed to the FVP with the `--data` option. Thi… 91 Applications to load on the cores, passed to the FVP with the `--application` option. These are ex… 119 The 'default' console is also used when `--console` is passed to runfvp. 123 Arbitrary extra arguments that are passed directly to the FVP. For example:
|
| /openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/ |
| H A D | avoid_polluting_cross_directories.patch | 4 needs to be passed down to GCC via the -specs argument. 14 those arguments are not being passed, this works fine for their flow but for us 19 manually add support for a third possible argument: -sysroot , if this is passed 20 then the paths used by the compiler will be relative to the path passed by the
|
| /openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/ |
| H A D | 0001-confiure.ac-Believe-the-cflags-from-environment.patch | 7 are passed on compiler cmdline, it does not use 12 is made, since it is passed from cmdline
|
| /openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0004-libtool.m4-Change-libtool-to-handle-sysroots-by-defa.patch | 19 @@ -1288,18 +1288,18 @@ dnl lt_sysroot will always be passed unquoted. We quote it here 20 dnl in case the user passed a directory name.
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | rest_client.robot | 38 # kwargs Any additional arguments to be passed directly to the 66 # kwargs Any additional arguments to be passed directly to the 91 # kwargs Arguments passed to the REST call. 92 # kwargs Any additional arguments to be passed directly to the 116 # kwargs Any additional arguments to be passed directly to the 297 # kwargs Arguments passed to the REST call. This should always 344 # kwargs Arguments passed to the REST call. 368 # kwargs A dictionary keys/values to be passed 374 ${passed}= Run Keyword And Return Status Redfish Login 375 IF ${passed} != True Initialize OpenBMC ${timeout} quiet=${quiet} [all …]
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | 0003-tests-use-a-dictionaries-for-environment.patch | 6 meson environment() can't be passed to configure_file and it is needed for installed_tests, 32 + # meson environment object can't be passed to configure_file and
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 140-mips_disable_devicetree_support.patch | 54 - * passed through UHI will use commandline in the DTB and 55 - * the DTB passed as a separate buffer. Note that 82 + * passed through UHI will use commandline in the DTB and 83 + * the DTB passed as a separate buffer. Note that
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0034-bootefi-Call-the-EVT_FT_FIXUP-event-handler.patch | 10 passed to the OS. 29 + * @fdt: address of the device tree to be passed to the kernel
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-backcall_0.2.0.bb | 1 SUMMARY = "Specifications for callback functions passed in to an API"
|
| /openbmc/google-misc/subprojects/libcr51sign/ |
| H A D | README.md | 14 implement each piece of platform-specific functionality will be passed to the 38 verify_signature: The implementation should check if the signature size passed
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/ |
| H A D | default-relay | 11 # Additional options that are passed to the DHCP relay daemon?
|
| /openbmc/openbmc/meta-arm/meta-arm/classes/ |
| H A D | tfm_sign_image.bbclass | 38 # The arguments passed to the TF-M image signing script. Override this variable 72 # If no key was passed then use the ${RECIPE_SYSROOT_NATIVE}/${TFM_SIGN_PRIVATE_KEY}
|