Home
last modified time | relevance | path

Searched refs:functional (Results 1 – 25 of 227) sorted by relevance

12345678910

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-outside-tests.patch11 Index: cpprest/Release/tests/functional/http/client/CMakeLists.txt
13 --- cpprest.orig/Release/tests/functional/http/client/CMakeLists.txt
14 +++ cpprest/Release/tests/functional/http/client/CMakeLists.txt
23 Index: cpprest/Release/tests/functional/http/client/authentication_tests.cpp
25 --- cpprest.orig/Release/tests/functional/http/client/authentication_tests.cpp
26 +++ cpprest/Release/tests/functional/http/client/authentication_tests.cpp
55 Index: cpprest/Release/tests/functional/websockets/client/authentication_tests.cpp
57 --- cpprest.orig/Release/tests/functional/websockets/client/authentication_tests.cpp
58 +++ cpprest/Release/tests/functional/websockets/client/authentication_tests.cpp
90 Index: cpprest/Release/tests/functional/http/client/connections_and_errors.cpp
[all …]
H A Ddisable-float-tests.patch8 Index: cpprest/Release/tests/functional/streams/istream_tests.cpp
10 --- cpprest.orig/Release/tests/functional/streams/istream_tests.cpp
11 +++ cpprest/Release/tests/functional/streams/istream_tests.cpp
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dset_func_on_present.md5 Immediately set the fan FRU's contained rotors to functional when the fan's
7 functional when presence is detected. Using this configuration option
9 replaced (i.e. removed and replugged). It does still allow the functional state
10 of the rotors to continue to be updated to reflect their current functional
15 will need to spin up before being set back to functional, and if it never spins
H A Dmethod.md5 The method to use in monitoring a fan's functional state. One method can be
19 or functional after its been in that state for that continuous amount of time.
20 Separate timers are used to transition a fan from functional to
22 functional(`functional_delay`).
29 current target before being marked functional.
51 nonfunctional based on a `threshold` or functional when the counter = 0. Each
59 nonfunctional fan sensor to become functional, where the counter must accumulate
H A Dsensors.md6 are what's monitored to determine the functional state of the fan.
8 A sensor's functional range is determined by the following equation(where
17 be deemed functional.
/openbmc/openbmc-test-automation/lib/
H A Dredfish_code_update_utils.robot13 [Documentation] Return functional or active state of the software (i.e. True/False).
29 ${functional}= Run Keyword And Return Status
33 Return From Keyword If '${functional}' == 'False' ${functional}
35 # WHen the functional and backup firmware versions are same, this ensure, we rightly set the
36 # test inventory dictionary for the firmware functional status.
41 RETURN ${functional}
46 ... The ActiveSoftwareImage id is the current functional BMC firmware.
52 # This attribute tells which is the firmware version currently functional.
68 [Documentation] Return dictionary of the image type, version and functional state
77 # [functional]: True
[all …]
/openbmc/qemu/tests/
H A DMakefile.include105 FUNCTIONAL_TARGETS=$(patsubst %-softmmu,check-functional-%, $(filter %-softmmu,$(TARGETS)))
108 @$(MAKE) SPEED=thorough $(subst -functional,-func,$@)
110 .PHONY: check-functional
111 check-functional:
112 @$(NINJA) precache-functional
126 rm -rf $(BUILD_DIR)/tests/functional
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/
H A Dmonitor-fan-sensor52functional=$(busctl get-property "$SERVICE" "$path" "$FUNCTIONAL_INTERFACE" Functional 2>/dev/null…
56 if [[ -z "$functional" || -z "$available" ]]; then
61 if [[ "$functional" == "true" && "$available" == "true" ]]; then
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp273 if (sensor.functional()) in process()
301 if (sensor.functional()) in process()
318 if (!sensor.functional()) in process()
350 return !s->functional(); in countNonFunctionalSensors()
384 sensor.setFunctional(!sensor.functional(), !sensor.hasOwner()); in updateState()
390 sensor.name(), sensor.functional(), sensor.getTarget(), in updateState()
427 bool Fan::updateInventory(bool functional) in updateInventory() argument
435 util::FUNCTIONAL_PROPERTY, functional); in updateInventory()
459 _functional = functional; in updateInventory()
534 if (!sensor->functional()) in powerStateChanged()
H A Dtach_sensor.hpp249 inline bool functional() const in functional() function in phosphor::fan::monitor::TachSensor
261 void setFunctional(bool functional, bool skipErrorTimer = false);
415 void updateInventory(bool functional);
/openbmc/u-boot/board/sbc8641d/
H A DREADME36 Assuming one device has a functional U-Boot, and the other device has
37 a recently installed non-functional image, to perform a recovery from
38 that non-functional image goes essentially as follows:
40 a) power down the board and jumper JP10 to select the functional image.
/openbmc/openbmc-test-automation/redfish/extended/
H A Dredfish_bmc_code_update.robot8 # Enabled Image is installed and either functional or active.
66 # Check if the existing firmware is functional.
68 ... The existing ${image_version} firmware is already functional.
87 ... the running (functional Image) and backup image (alternate image)
207 # Check if the existing firmware is functional.
208 Pass Execution If ${software_inventory_record['functional']}
209 ... The existing ${image_version} firmware is already functional.
211 # If existing firmware is not functional, then set the priority to least.
212 Print Timen The existing ${image_version} firmware is not yet functional.
215 Pass Execution The existing ${image_version} firmware is now functional.
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/
H A Dobmc-flash-mmc-umount.service.in11 ExecStart=-/bin/umount @MEDIA_DIR@/rofs-a-functional
12 ExecStart=-/bin/umount @MEDIA_DIR@/rofs-b-functional
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dversion.hpp170 return functional; in isFunctional()
178 functional = value; in setFunctional()
198 bool functional = false; member in phosphor::software::manager::Version
/openbmc/qemu/docs/devel/testing/
H A Dfunctional.rst6 The ``tests/functional`` directory hosts functional tests written in
11 using stdio for the TAP protocol. The folder ``tests/functional/qemu_test``
42 You can run the functional tests simply by executing:
46 make check-functional
53 make check-functional-x86_64
57 the PYTHONPATH that has to include the python folder and the tests/functional
62 $ export PYTHONPATH=../python:../tests/functional
64 $ pyvenv/bin/python3 ../tests/functional/test_file.py
78 <builddir>/tests/functional/<arch>/<fileid>.<classid>.<testname>/
93 The ``tests/functional/qemu_test`` directory provides the ``qemu_test``
[all …]
H A Dacpi-bits.rst38 acpica and changes specific to running these functional QEMU tests using
52 Under the directory ``tests/functional/``, ``test_acpi_bits.py`` is a QEMU
53 functional test that drives all this.
57 Under ``tests/functional/`` as the root we have:
70 * ``tests/functional``:
73 This is the main python functional test script that generates a
90 $ export PYTHONPATH=../python:../tests/functional
92 $ python3 ../tests/functional/test_acpi_bits.py
94 The above will run all acpi-bits functional tests (producing output in
97 You can inspect the log files in tests/functional/x86_64/test_acpi_bits.*/
[all …]
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_bmc_image_switch.robot86 # [functional]: True
91 # [functional]: False
98 IF '${fw_inv_dict['${id}']['functional']}' == 'True' CONTINUE
99 # Find the non functional id and fetch the version.
108 Log To Console The backup firmware image ${image_version} is now functional.
128 [Documentation] Set the backup firmware to functional and verify after BMC rebooted.
H A Dtest_firmware_tftp_upload_image.robot9 # Enabled -> Image is installed and either functional or active.
126 # Verify the image is installed and functional.
170 # Verify the image is installed and functional.
201 # Check if the existing firmware is functional.
202 Pass Execution If ${software_inventory_record['functional']}
203 ... The existing ${image_version} firmware is already functional.
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/
H A Dventura-fan-status-monitor74functional=$(busctl get-property "$service" "$object_path" "$operation_interface" Functional | awk…
75 if [ "$functional" = "false" ]; then
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp/
H A D0001-include-missing-cstdint.patch26 #include <functional>
46 << "#include <functional>" << std::endl
54 << "#include <functional>" << std::endl
/openbmc/phosphor-hwmon/
H A Dsensor.cpp137 if (statusIface->functional()) in addValue()
175 statusIface->functional(false); in addValue()
222 bool functional = true; in addStatus() local
234 functional = false; in addStatus()
258 iface->functional(functional); in addStatus()
H A Dmeson.options21 'update-functional-on-fail',
22 …description: 'Update functional property on read failures. Incompatible with negative-errno-on-fa…
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/
H A Dfan-rotor-missing-mechanism56functional=$(busctl get-property "$SERVICE" "$path" "$FUNCTIONAL_INTERFACE" Functional | awk '{pri…
59 if [[ "$value" == "nan" && "$available" == "true" && "$functional" == "false" ]]; then
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/
H A Dminerva-fan-status-monitor63functional=$(busctl get-property "$service" "$object_path" "$operation_interface" Functional | awk…
64 if [ "$functional" = "false" ]; then
/openbmc/openbmc/meta-google/recipes-phosphor/sensors/
H A Dphosphor-hwmon_%.bbappend2 -Dupdate-functional-on-fail=true \

12345678910