/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
H A D | disable-outside-tests.patch | 11 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 D | disable-float-tests.patch | 8 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/openbmc-test-automation/lib/ |
H A D | redfish_code_update_utils.robot | 13 [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/phosphor-fan-presence/docs/monitor/ |
H A D | set_func_on_present.md | 5 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 D | method.md | 5 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 D | sensors.md | 6 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/phosphor-fan-presence/monitor/ |
H A D | fan.cpp | 272 if (sensor.functional()) in process() 300 if (sensor.functional()) in process() 317 if (!sensor.functional()) in process() 349 return !s->functional(); in countNonFunctionalSensors() 383 sensor.setFunctional(!sensor.functional(), !sensor.hasOwner()); in updateState() 389 sensor.name(), sensor.functional(), sensor.getTarget(), in updateState() 426 bool Fan::updateInventory(bool functional) in updateInventory() argument 434 util::FUNCTIONAL_PROPERTY, functional); in updateInventory() 458 _functional = functional; in updateInventory() 533 if (!sensor->functional()) in powerStateChanged()
|
H A D | tach_sensor.hpp | 250 inline bool functional() const in functional() function in phosphor::fan::monitor::TachSensor 262 void setFunctional(bool functional, bool skipErrorTimer = false); 418 void updateInventory(bool functional);
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | redfish_bmc_code_update.robot | 8 # 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. 85 ... the running (functional Image) and backup image (alternate image) 202 # Check if the existing firmware is functional. 203 Pass Execution If ${software_inventory_record['functional']} 204 ... The existing ${image_version} firmware is already functional. 206 # If existing firmware is not functional, then set the priority to least. 207 Print Timen The existing ${image_version} firmware is not yet functional. 210 Pass Execution The existing ${image_version} firmware is now functional. [all …]
|
/openbmc/qemu/docs/devel/testing/ |
H A D | functional.rst | 6 The ``tests/functional`` directory hosts functional tests written in 9 The functional tests have initially evolved from the Avocado tests, so there 14 using stdio for the TAP protocol. The folder ``tests/functional/qemu_test`` 45 You can run the functional tests simply by executing: 49 make check-functional 56 make check-functional-x86_64 60 the PYTHONPATH that has to include the python folder and the tests/functional 65 $ export PYTHONPATH=../python:../tests/functional 67 $ pyvenv/bin/python3 ../tests/functional/test_file.py 78 The ``tests/functional/qemu_test`` directory provides the ``qemu_test`` [all …]
|
H A D | acpi-bits.rst | 38 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 …]
|
H A D | ci-definitions.rst.inc | 39 A functional test focuses on the functional requirement of the software. 40 Deriving sets of input conditions, the functional tests should fully exercise 41 all the functional requirements for a program. Functional testing is 46 On QEMU, functional testing is represented by the 'check-qtest' target from 90 the unit, functional, system, and other tests.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/ |
H A D | 0002-network_tests-Include-iomanip-system-header.patch | 43 #include <functional> 54 #include <functional> 152 #include <functional> 164 #include <functional> 175 #include <functional> 186 #include <functional> 200 #include <functional> 212 #include <functional> 248 #include <functional> 260 #include <functional> [all …]
|
/openbmc/u-boot/board/sbc8641d/ |
H A D | README | 36 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/update_service/ |
H A D | test_bmc_image_switch.robot | 86 # [functional]: True 91 # [functional]: False 98 Continue For Loop If '${fw_inv_dict['${id}']['functional']}' == 'True' 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 D | test_firmware_tftp_upload_image.robot | 9 # 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/qemu/tests/ |
H A D | Makefile.include | 157 FUNCTIONAL_TARGETS=$(patsubst %-softmmu,check-functional-%, $(filter %-softmmu,$(TARGETS))) 160 @$(MAKE) SPEED=thorough $(subst -functional,-func,$@) 162 .PHONY: check-functional 163 check-functional: 164 @$(NINJA) precache-functional
|
/openbmc/phosphor-hwmon/ |
H A D | sensor.cpp | 137 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 D | meson.options | 19 'update-functional-on-fail', 20 …description: 'Update functional property on read failures. Incompatible with negative-errno-on-fa…
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | version.hpp | 170 return functional; in isFunctional() 178 functional = value; in setFunctional() 198 bool functional = false; member in phosphor::software::manager::Version
|
/openbmc/phosphor-bmc-code-mgmt/mmc/ |
H A D | obmc-flash-mmc-umount.service.in | 11 ExecStart=-/bin/umount @MEDIA_DIR@/rofs-a-functional 12 ExecStart=-/bin/umount @MEDIA_DIR@/rofs-b-functional
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp/ |
H A D | 0001-include-missing-cstdint.patch | 26 #include <functional> 46 << "#include <functional>" << std::endl 54 << "#include <functional>" << std::endl
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_network_security.robot | 72 # Check if Redfish bmcweb server response is functional. 87 # Check if IPMI interface is functional. 101 # Check if SSH interface is functional. 140 # Check if SOL interface is functional. 157 # Check if Redfish interface is functional. 175 # Check if IPMI interface is functional. 192 # Check if SSH interface is functional.
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | omap-des.txt | 9 - clocks : A phandle to the functional clock node of the DES module 11 - clock-names : Name of the functional clock, should be "fck"
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/ |
H A D | minerva-fan-status-monitor | 63 …functional=$(busctl get-property "$service" "$object_path" "$operation_interface" Functional | awk… 64 if [ "$functional" = "false" ]; then
|