Home
last modified time | relevance | path

Searched full:check (Results 1 – 25 of 4103) sorted by relevance

12345678910>>...165

/openbmc/qemu/tests/qemu-iotests/
H A D083.out2 === Check disconnect before neg1 ===
6 === Check disconnect after neg1 ===
10 === Check disconnect 8 neg1 ===
14 === Check disconnect 16 neg1 ===
18 === Check disconnect before export ===
22 === Check disconnect after export ===
26 === Check disconnect 4 export ===
30 === Check disconnect 12 export ===
34 === Check disconnect 16 export ===
38 === Check disconnect before neg2 ===
[all …]
H A D13753 # Try all options and then check that all of the basic I/O operations still
60 -c "reopen -o overlap-check=all" \
61 -c "reopen -o overlap-check=none" \
62 -c "reopen -o overlap-check=cached" \
63 -c "reopen -o overlap-check=constant" \
64 -c "reopen -o overlap-check.template=all" \
65 -c "reopen -o overlap-check.template=none" \
66 -c "reopen -o overlap-check.template=cached" \
67 -c "reopen -o overlap-check.template=constant" \
68 -c "reopen -o overlap-check.main-header=on" \
[all …]
/openbmc/qemu/block/
H A Dqed-check.c2 * QEMU Enhanced Disk Format Consistency Check
40 * @check: Check structure
44 static bool qed_set_used_clusters(QEDCheck *check, uint64_t offset, in qed_set_used_clusters() argument
47 uint64_t cluster = qed_bytes_to_clusters(check->s, offset); in qed_set_used_clusters()
52 if (qed_test_bit(check->used_clusters, cluster)) { in qed_set_used_clusters()
56 qed_set_bit(check->used_clusters, cluster); in qed_set_used_clusters()
60 check->result->corruptions += corruptions; in qed_set_used_clusters()
65 * Check an L2 table
69 static unsigned int qed_check_l2_table(QEDCheck *check, QEDTable *table) in qed_check_l2_table() argument
71 BDRVQEDState *s = check->s; in qed_check_l2_table()
[all …]
/openbmc/openbmc-test-automation/openpower/
H A Dtest_bmc_devicetree.robot18 Check BMC Model Property Is Set
21 [Template] Template Check Property
27 Check BMC Compatible Property Is Set
30 [Template] Template Check Property
36 Check BMC CPU Name Property Is Set
39 [Template] Template Check Property
45 Check BMC CPU Compatible Property Is Set
48 [Template] Template Check Property
54 Check BMC Memory Name Property Is Set
57 [Template] Template Check Property
[all …]
/openbmc/qemu/tests/
H A DMakefile.include3 .PHONY: check-help
4 check-help:
6 …@echo " $(MAKE) check Run block, qapi-schema, unit, softfloat, qtest and decode…
10 @echo " $(MAKE) check-qtest-TARGET Run qtest tests for given target"
11 @echo " $(MAKE) check-qtest Run qtest tests"
12 @echo " $(MAKE) check-functional Run python-based functional tests"
13 @echo " $(MAKE) check-functional-TARGET Run functional tests for a given target"
14 @echo " $(MAKE) check-unit Run qobject tests"
15 @echo " $(MAKE) check-qapi-schema Run QAPI schema tests"
16 @echo " $(MAKE) check-block Run block tests"
[all …]
/openbmc/phosphor-webui/app/access-control/directives/
H A Drole-table.js19 const svg = require('../../assets/icons/icon-check.svg');
20 const check =
37 'Configure components managed by this service', check, '', '',
41 {uiData: ['Configure manager resources', check, '', '', '']},
44 'Update password for current user account', check, '', '', ''
47 {uiData: ['Configure users and their accounts', check, '', '', '']},
50 'Log in to the service and read resources', check, check, check,
54 {uiData: ['IPMI access point', check, check, check, '']},
55 {uiData: ['Redfish access point', check, check, check, '']},
56 {uiData: ['SSH access point', check, '', '', '']},
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/
H A Dfan-errors.yaml127 callback: check power
136 callback: check power fan0 presence
145 callback: check power fan0 functional
154 callback: check power fan1 presence
163 callback: check power fan1 functional
172 callback: check power fan2 presence
181 callback: check power fan2 functional
190 callback: check power fan3 presence
199 callback: check power fan3 functional
203 'On fan present or functional state changes, check if errors need to be resolved.'
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/
H A Dfan-errors.yaml126 callback: check power
135 callback: check power fan0 presence
144 callback: check power fan0 functional
153 callback: check power fan1 presence
162 callback: check power fan1 functional
171 callback: check power fan2 presence
180 callback: check power fan2 functional
189 callback: check power fan3 presence
198 callback: check power fan3 functional
202 'On fan present or functional state changes, check if errors need to be resolved.'
[all …]
/openbmc/qemu/python/
H A DMakefile9 @echo "make check-minreqs:"
15 @echo "make check-tox:"
23 @echo "make check-dev:"
28 @echo "make check:"
33 @echo " Install deps needed for 'make check',"
41 @echo " Creates a simple venv for check-dev. ($(QEMU_VENV_DIR))"
52 .PHONY: pipenv check-pipenv
53 pipenv check-pipenv:
54 @echo "pipenv was dropped; try 'make check-minreqs' or 'make min-venv'"
57 PIP_INSTALL = pip install --disable-pip-version-check
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page.py94 # Check edit column
99 # Check dropdown is visible
102 # Check that we can hide/show table column
106 # check if column is visible in table
114 # check if column is hidden in table
122 # check if column is hidden in table
130 # check if column is visible in table
153 # Check that we can show rows == row_to_show
156 # check at least some rows are visible
167 # Check show rows
[all …]
/openbmc/phosphor-host-ipmid/test/message/
H A Dunpack.cpp26 // check that the number of bytes matches in TEST()
28 // check that the payload was fully unpacked in TEST()
31 // check that the bytes were correctly unpacked (LSB first) in TEST()
40 // check that the number of bytes matches in TEST()
42 // check that the payload was not fully unpacked in TEST()
45 // check that the bytes were correctly unpacked (LSB first) in TEST()
54 // check that the number of bytes matches in TEST()
56 // check that the payload was not fully unpacked (comprehends unpack errors) in TEST()
58 // check that v is zero in TEST()
67 // check that the number of bytes matches in TEST()
[all …]
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_network_security.robot33 [Documentation] Send ICMP packet type 13 and check BMC drops such packets
36 # Send ICMP packet type 13 to BMC and check packet loss.
43 [Documentation] Send ICMP packet type 17 and check BMC drops such packets
46 # Send ICMP packet type 17 to BMC and check packet loss.
53 [Documentation] Send ICMP packet type 8 continuously and check no packets are dropped from BMC
56 # Send ICMP packet type 8 to BMC and check packet loss.
72 # Check if Redfish bmcweb server response is functional.
87 # Check if IPMI interface is functional.
101 # Check if SSH interface is functional.
107 Flood Redfish Interface With Packets With Flags And Check Stability
[all …]
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0004-tests-add-helper-script-to-run-the-installed_tests.patch14 tests/check/meson.build | 17 +++++++++++++++++
15 tests/check/template.sh.in | 9 +++++++++
16 tests/check/template.test.in | 2 +-
18 create mode 100755 tests/check/template.sh.in
20 diff --git a/tests/check/meson.build b/tests/check/meson.build
22 --- a/tests/check/meson.build
23 +++ b/tests/check/meson.build
48 diff --git a/tests/check/template.sh.in b/tests/check/template.sh.in
52 +++ b/tests/check/template.sh.in
63 diff --git a/tests/check/template.test.in b/tests/check/template.test.in
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dstatic_checks.yml1 check-patch:
7 - .gitlab-ci.d/check-patch.py
15 check-dco:
20 script: .gitlab-ci.d/check-dco.py
26 check-python-minreqs:
31 - make -C python check-minreqs
37 check-python-tox:
42 - make -C python check-tox
50 check-rust-tools-nightly:
58 - pyvenv/bin/meson devenv -w ../rust ${CARGO-cargo} fmt --check
[all …]
H A Dbuildtest.yml13 MAKE_CHECK_ARGS: check-build
16 check-system-alpine:
23 MAKE_CHECK_ARGS: check-unit check-qtest
32 MAKE_CHECK_ARGS: check-functional
44 MAKE_CHECK_ARGS: check-build check-doc
46 check-system-ubuntu:
53 MAKE_CHECK_ARGS: check
62 MAKE_CHECK_ARGS: check-functional
75 MAKE_CHECK_ARGS: check-build
77 check-system-debian:
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0004-Add-a-new-distro-feature-ptest.patch9 Split "check-TESTS" into a buildtest and runtest target, so that they can
15 lib/am/check.am | 11 +++++++++--
18 diff --git a/lib/am/check.am b/lib/am/check.am
20 --- a/lib/am/check.am
21 +++ b/lib/am/check.am
26 -.PHONY: check-TESTS
27 +.PHONY: check-TESTS buildtest-TESTS runtest-TESTS
35 -check-TESTS: $(TESTS)
40 +check-TESTS: buildtest-TESTS
/openbmc/openbmc-test-automation/oem/ieisystem/
H A Dtest_sensor_monitoring.robot27 # Check whether the expected sensors are present in the Redfish request.
28 # Check whether the sensors's 'Health' is 'OK' and the 'State' is 'Enabled'.
29 # Check sensor reading is not equal to null.
43 # Check sensors in /redfish/v1/Chassis/{ChassisId}/Power
47 Check If Expected Sensors Are Present ${resp.dict['Voltages']} Voltages
48 Check Sensor Status And Reading Via Sensor Info
51 # Check sensors in /redfish/v1/Chassis/{ChassisId}/Thermal
55 Check If Expected Sensors Are Present ${resp.dict['Temperatures']} Temperatures
56 Check If Expected Sensors Are Present ${resp.dict['Fans']} Fans
58 Check Sensor Status And Reading Via Sensor Info
[all …]
/openbmc/bmcweb/redfish-core/include/registries/
H A Denvironmental_message_registry.hpp52 "Check the fan hardware and replace any faulty component.",
186 "Check the condition of the resource listed in OriginOfCondition.",
200 "Check the condition of the resource listed in OriginOfCondition.",
214 "Check the condition of the resource listed in OriginOfCondition.",
228 "Check the condition of the resource listed in OriginOfCondition.",
242 "Check the condition of the resource listed in OriginOfCondition.",
256 "Check the condition of the resource listed in OriginOfCondition.",
270 "Check the condition of the resource listed in OriginOfCondition.",
284 "Check the condition of the resource listed in OriginOfCondition.",
298 "Check the condition of the resource listed in OriginOfCondition.",
[all …]
H A Dpower_message_registry.hpp52 "Check the breaker hardware and replace any faulty components.",
76 … "Check the circuit and connected devices, and disconnect or replace any faulty devices.",
114 "Check the condition of the resource listed in OriginOfCondition.",
128 "Check the condition of the resource listed in OriginOfCondition.",
142 "Check the condition of the resource listed in OriginOfCondition.",
156 "Check the condition of the resource listed in OriginOfCondition.",
170 "Check the condition of the resource listed in OriginOfCondition.",
184 "Check the condition of the resource listed in OriginOfCondition.",
198 "Check the condition of the resource listed in OriginOfCondition.",
212 "Check the condition of the resource listed in OriginOfCondition.",
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dparallels-checks.out3 == TEST OUT OF IMAGE CHECK ==
13 == TEST LEAK CHECK ==
31 == check last cluster ==
35 == TEST DUPLICATION CHECK ==
42 == check second cluster ==
46 == check second cluster ==
58 == check the first cluster ==
61 == check second cluster ==
67 == check the first cluster ==
70 == check the second cluster (deduplicated) ==
[all …]
H A Dparallels-checks4 # Test qemu-img check for parallels format
57 echo "== TEST OUT OF IMAGE CHECK =="
72 echo "== TEST LEAK CHECK =="
93 echo "== check last cluster =="
99 echo "== TEST DUPLICATION CHECK =="
107 echo "== check second cluster =="
114 echo "== check second cluster =="
120 echo "== check the first cluster =="
123 echo "== check second cluster =="
129 echo "== check the first cluster =="
[all …]
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_sensor_monitoring.robot25 # Check whether the expected sensors are present in the Redfish request.
26 # Check whether the sensors's 'Health' is 'OK' and the 'State' is 'Enabled'.
27 # Check sensor reading is not equal to null.
39 # Check sensors in /redfish/v1/Chassis/{ChassisId}/Power
43 Check Sensors Present ${resp.dict['Voltages']} Voltage
44 Check Sensor Status And Reading Via Sensor Info
47 # Check sensors in /redfish/v1/Chassis/{ChassisId}/Thermal
51 Check Sensors Present ${resp.dict['Temperatures']} Temperature
52 Check Sensors Present ${resp.dict['Fans']} Fans
54 Check Sensor Status And Reading Via Sensor Info
[all …]
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_exti-test.c182 /* Check that there are no interrupts already pending in PR */ in test_software_interrupt()
184 /* Check that this specific interrupt isn't pending in NVIC */ in test_software_interrupt()
193 /* Check that the write in SWIER was effective */ in test_software_interrupt()
195 /* Check that the corresponding pending bit in PR is set */ in test_software_interrupt()
197 /* Check that the corresponding interrupt is pending in the NVIC */ in test_software_interrupt()
203 /* Check that the write in PR was effective */ in test_software_interrupt()
205 /* Check that the corresponding bit in SWIER was cleared */ in test_software_interrupt()
207 /* Check that the interrupt is still pending in the NVIC */ in test_software_interrupt()
216 /* Check that there are no interrupts already pending */ in test_software_interrupt()
226 /* Check that the write in SWIER was effective */ in test_software_interrupt()
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_protocol_settings.robot26 # Check if SSH is enabled by default.
36 # Check if SSH is really enabled via Redfish.
39 # Check if SSH login and commands on SSH session work.
51 # Check if SSH is really disabled via Redfish.
54 # Check if SSH login and commands fail.
62 Enable SSH Protocol And Check Persistency On BMC Reboot
71 # Check if SSH is really enabled via Redfish.
74 # Check if SSH login and commands on SSH session work.
78 Disable SSH Protocol And Check Persistency On BMC Reboot
89 # Check if SSH is really disabled via Redfish.
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dqa-checks.rst39 include all possible QA check errors and warnings.
46 .. _qa-check-libexec:
56 .. _qa-check-rpaths:
63 could potentially be a security issue. Check for bad ``-rpath``
71 .. _qa-check-useless-rpaths:
84 .. _qa-check-file-rdeps:
96 .. _qa-check-build-deps:
110 .. _qa-check-dev-so:
122 .. _qa-check-staticdev:
132 .. _qa-check-libdir:
[all …]

12345678910>>...165