Home
last modified time | relevance | path

Searched full:passed (Results 1 – 25 of 1321) sorted by relevance

12345678910>>...53

/openbmc/u-boot/doc/driver-model/
H A DREADME.txt106 test/py/tests/test_ut.py::test_ut_dm_init PASSED
107 test/py/tests/test_ut.py::test_ut[ut_dm_adc_bind] PASSED
108 test/py/tests/test_ut.py::test_ut[ut_dm_adc_multi_channel_conversion] PASSED
109 test/py/tests/test_ut.py::test_ut[ut_dm_adc_multi_channel_shot] PASSED
110 test/py/tests/test_ut.py::test_ut[ut_dm_adc_single_channel_conversion] PASSED
111 test/py/tests/test_ut.py::test_ut[ut_dm_adc_single_channel_shot] PASSED
112 test/py/tests/test_ut.py::test_ut[ut_dm_adc_supply] PASSED
113 test/py/tests/test_ut.py::test_ut[ut_dm_adc_wrong_channel_selection] PASSED
114 test/py/tests/test_ut.py::test_ut[ut_dm_autobind] PASSED
115 test/py/tests/test_ut.py::test_ut[ut_dm_autobind_uclass_pdata_alloc] PASSED
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dresulttooltests.py55 result_data = {'result': {'test1': {'status': 'PASSED'},
56 'test2': {'status': 'PASSED'},
62 …self.assertTrue(result_report['passed'] == 2, msg="Passed count not correct:%s" % result_report['p…
75 base_result_data = {'result': {'test1': {'status': 'PASSED'},
76 'test2': {'status': 'PASSED'},
80 target_result_data = {'result': {'test1': {'status': 'PASSED'},
82 'test3': {'status': 'PASSED'},
86 self.assertTrue(result['test2']['base'] == 'PASSED',
92 self.assertTrue(result['test3']['target'] == 'PASSED',
277 "status": "PASSED"
[all …]
/openbmc/qemu/include/migration/
H A Dregister.h38 * @opaque: data pointer passed to register_savevm_live()
48 * @opaque: data pointer passed to register_savevm_live()
62 * @opaque: data pointer passed to register_savevm_live()
76 * @opaque: data pointer passed to register_savevm_live()
94 * @opaque: data pointer passed to register_savevm_live()
112 * and opaque data pointer passed to register_savevm_live().
126 * @opaque: data pointer passed to register_savevm_live()
137 * @opaque: data pointer passed to register_savevm_live()
154 * @opaque: data pointer passed to register_savevm_live()
174 * @opaque: data pointer passed to register_savevm_live()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dcss.py84 :param flags: Flags to be passed into Soup Sieve's
87 :param kwargs: Keyword arguments to be passed into SoupSieve's
112 :param flags: Flags to be passed into Soup Sieve's
115 :param kwargs: Keyword arguments to be passed into SoupSieve's
142 :param flags: Flags to be passed into Soup Sieve's
145 :param kwargs: Keyword arguments to be passed into SoupSieve's
179 :param flags: Flags to be passed into Soup Sieve's
182 :param kwargs: Keyword arguments to be passed into SoupSieve's
206 :param flags: Flags to be passed into Soup Sieve's
209 :param kwargs: Keyword arguments to be passed into SoupSieve's
[all …]
/openbmc/witherspoon-pfault-analysis/
H A Dargument.hpp28 * @param[in] argc - the main function's argc passed as is
29 * @param[in] argv - the main function's argv passed as is
44 * @param[in] argv - the main function's argv passed as is
48 /** @brief Set to 'true' when an option is passed */
51 /** @brief Set to '' when an option is not passed */
/openbmc/phosphor-networkd/src/
H A Dargument.hpp29 * @param argc - the main function's argc passed as is
30 * @param argv - the main function's argv passed as is
45 * @param argv - the main function's argv passed as is
49 /** @brief Set to 'true' when an option is passed */
52 /** @brief Set to '' when an option is not passed */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Druntest.sh18 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 Dtest_js_unit_tests.py32 passed = self.find("#qunit-testresult .passed").text
35 logger.info("Js unit tests completed %s out of %s passed, %s failed",
36 passed,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/
H A Drun-ptest10 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 Drun-ptest27 passed=`grep PASS: ${LOG}|wc -l`
30 all=$((passed + failed + skipped))
34 echo "PASSED: ${passed}"
/openbmc/u-boot/include/
H A Dbouncebuf.h40 /* Copy of data parameter passed to start() */
48 /* Copy of len parameter passed to start() */
52 /* Copy of flags parameter passed to start() */
58 * state: stores state passed between bounce_buffer_{start,stop}
67 * state: stores state passed between bounce_buffer_{start,stop}
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A Drun-ptest19 passed=`grep PASS: ${LOG}|wc -l`
22 all=$((passed + failed + skipped))
26 echo "PASSED: ${passed}"
/openbmc/openbmc/poky/scripts/lib/resulttool/template/
H A Dtest_report_full_text.txt5 …estseries']) }} | {{ 'ID'.ljust(maxlen['result_id']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} |…
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/scripts/lib/resulttool/
H A Dreport.py22 self.result_types = {'passed': ['PASSED', 'passed', 'PASS', 'XFAIL'],
36 'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-',
62 'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-',
85 …self.ltptests[machine][suite] = {'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-', 'failed…
104 …self.ltptests[machine][suite] = {'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-', 'failed…
117 …self.ltpposixtests[machine][suite] = {'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-', 'f…
134 …self.ltpposixtests[machine][suite] = {'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-', 'f…
140 test_count_report = {'passed': 0, 'failed': 0, 'skipped': 0, 'failed_testcases': []}
169 cols = ['passed', 'failed', 'skipped']
170 …maxlen = {'passed' : 0, 'failed' : 0, 'skipped' : 0, 'result_id': 0, 'testseries' : 0, 'ptest' : 0…
[all …]
/openbmc/openbmc/meta-arm/documentation/
H A Drunfvp.md21 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/u-boot/cmd/
H A Dsmccc.c56 " - arg SMC arguments, passed to X1-X6 (default to zero)\n"
57 " - id Secure OS ID / Session ID, passed to W7 (defaults to zero)\n"
67 " - arg HVC arguments, passed to X1-X6 (default to zero)\n"
68 " - id Session ID, passed to W7 (defaults to zero)\n"
/openbmc/ibm-logging/
H A Dcallout.hpp107 * directory passed in. The filename will match the
108 * ID value passed into the constructor.
117 * value passed into the constructor in the directory
118 * passed to this function.
131 * passed in.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump/
H A Drun-ptest2 make -k runtest-PTEST | sed -e '/: passed/ s/^/PASS: /g' \
4 -e 's/: passed//g' \
/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/
H A Dima.py95 passed = 0
104 passed += 1
109 #bb.warn("pass: %s, fail: %s, Total: %s" % (passed, failed, total))
114 passed = 0
125 passed += 1
/openbmc/u-boot/lib/libavb/
H A Davb_descriptor.h57 * The passed in descriptor is given by |descriptor| and the
58 * |user_data| passed to avb_descriptor_foreach() function is in
62 * Note that |descriptor| points into the image passed to
75 * The |user_data| parameter will be passed to |foreach_func|.
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A Drun-ptest5 echo "${out_put}" | awk '/PASSED|FAILED|SKIPPED/{gsub(/PASSED/,"PASS"); gsub(/FAILED/,"FAIL"); gsub…
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddecorators.py62 passed = True
97 passed = False
102 passed = False
106 passed = False
107 if passed:
108 local_log.results("Testcase "+str(test_case)+": PASSED")
/openbmc/openbmc/meta-google/recipes-google/console/glome-login/
H A Dglome-login.sh.in18 USER="${1?Missing first param: USER (Usually passed by agetty via \\u)}"
31 # Service passed in as a parameter would be either inventory-manager or
33 # Path to the FRU EEPROM object has to be passed in as a parameter
/openbmc/qemu/tests/qtest/libqos/
H A Dfw_cfg.c154 * If the fw_cfg file in question is smaller than the allocated & passed-in
157 * If the fw_cfg file in question is larger than the passed-in
184 * If the fw_cfg file in question is smaller than the allocated & passed-in
187 * If the fw_cfg file in question is larger than the passed-in
194 * Passed QOSState pointer qs must be initialized. qs->alloc must also be
226 * If the fw_cfg file in question is smaller than the allocated & passed-in
229 * If the fw_cfg file in question is larger than the passed-in
236 * Passed QOSState pointer qs must be initialized. qs->alloc must also be
/openbmc/phosphor-led-manager/scripts/
H A Dled-set-all-groups-asserted.sh23 # User passed in argument [true/false]
28 echo "Bad argument $action passed";
33 # Get the excluded groups, where $@ is all the arguments passed

12345678910>>...53