Home
last modified time | relevance | path

Searched +full:pre +full:- +full:requisite (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dos_utils_install.robot3 ... For HTX refer to https://github.com/open-power/HTX
24 OS Execute Command sudo apt-get update
28 OS Execute Command sudo apt-get -y install git
35 ${status}= Run Keyword And Return Status Tool Exist opal-gard
44 OS Execute Command sudo apt-get update
52 OS Execute Command sudo git clone https://www.github.com/open-power/HTX
54 # Download and install pre-requisite packages before compiling HTX.
55 Log To Console \n Download pre-requisite packages before compiling HTX.
57 ... sudo apt-get -y install gcc make libncurses5 g++ libdapl-dev
61 ... sudo apt-get -y install libncurses5-dev libncursesw5-dev
[all …]
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_led_indicator_asserted.robot99 # pre_req_state The pre-requisite state of the host to perform the test (e.g. "On")
100 …# asserted The assert property that sets the value to 0 - Off or 1 - Blinking (e.g.…
128 # pre_req_state The pre-requisite state of the host to perform the test (e.g. "On")
179 # pre_req_state The pre-requisite state of the host to perform the test (e.g. "On")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D0001-utils-Use-name-of-the-first-prerequisite-in-rule.patch3 Date: Wed, 13 Apr 2022 20:57:38 -0700
6 Use $< instead of $^ because the latter will specify both pre-requisite
7 inputattach.c serio-ids.h files on same compiler cmdline and clang does
10 clang-14: error: cannot specify -o when generating multiple output files
12 Upstream-Status: Pending
13 Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 ---
15 utils/Makefile | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
18 diff --git a/utils/Makefile b/utils/Makefile
[all …]
/openbmc/qemu/docs/devel/testing/
H A Dmain.rst7 everything from unit testing and exercising specific sub-systems all
9 tests you can run ``make check-help`` from either the source or build
16 [./pyvenv/bin/]meson test --suite qemu:softfloat
38 -------------------------
49 Different sub-types of "make check" tests will be explained below.
55 .. _unit-tests:
68 In QEMU, unit tests can be invoked with ``make check-unit``. They are
76 1. Create a new source file. For example, ``tests/unit/foo-test.c``.
86 is in ``tests/unit/foo-test.c``, it is enough to add an entry like::
90 'foo-test': [],
[all …]
/openbmc/openbmc-test-automation/docs/
H A Dopenbmc_test_tools.md8 $ ipmitool -V
16 [README](https://github.com/open-power/HTX)
21 [README](https://github.com/openbmc/phosphor-logging/blob/master/README.md#remote-logging-via-rsysl…
25 Pre-requisite: A Power Linux system is required.
27 - Obtain the SEL (System Error Log) parser tools:
28 - Go to https://openpower.xyz/job/openpower/job/openpower-op-build/
29 - Click the link for the BMC system of interest (e.g. witherspoon)
30 - Click the "host_fw_debug.tar" link in order to download the tar file.
31 - On your Power Linux system, untar the file with the following command:
34 $ tar -xvf host_fw_debug.tar
[all …]
/openbmc/qemu/docs/system/i386/
H A Dhyperv.rst1 Hyper-V Enlightenments
6 -----------
11 It may, however, be hard-to-impossible to add support for these interfaces to
14 KVM on x86 implements Hyper-V Enlightenments for Windows guests. These features
15 make Windows and Hyper-V guests think they're running on top of a Hyper-V
16 compatible hypervisor and use Hyper-V specific features.
20 -----
22 No Hyper-V enlightenments are enabled by default by either KVM or QEMU. In
25 .. parsed-literal::
27 |qemu_system| --enable-kvm --cpu host,hv_relaxed,hv_vpindex,hv_time, ...
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py6 # SPDX-License-Identifier: GPL-2.0-only
239 # recipes-*/*/*.bb
240 recipes_list = glob.glob(os.path.join(layer.local_source_dir, 'recipes-*/*/*.bb'))
243 recipe_path = recipe[recipe.rfind('recipes-'):]
397 layer_data = json.loads(request.body.decode('utf-8'))
412 return JsonResponse({"error": "layer-name-exists"})
466 return error_response("layer-dep-not-found")
468 return error_response("project-not-found")
471 return error_response(f"incorrect-parameters")
550 # Only allowed chars in name are a-z, 0-9 and -
[all …]
/openbmc/u-boot/test/fs/
H A Dfs-test.sh2 # SPDX-License-Identifier: GPL-2.0+
6 # Invoke this test script from U-Boot base directory as ./test/fs/fs-test.sh
10 # fs-test.sb.ext4 Summary: PASS: 24 FAIL: 0
11 # fs-test.nonfs.ext4 Summary: PASS: 24 FAIL: 0
12 # fs-test.fs.ext4 Summary: PASS: 24 FAIL: 0
14 # fs-test.sb.fat16 Summary: PASS: 24 FAIL: 0
15 # fs-test.nonfs.fat16 Summary: PASS: 24 FAIL: 0
16 # fs-test.fs.fat16 Summary: PASS: 24 FAIL: 0
18 # fs-test.sb.fat32 Summary: PASS: 24 FAIL: 0
19 # fs-test.nonfs.fat32 Summary: PASS: 24 FAIL: 0
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel_time.robot4 ... Pre-requisite Condition : Client Machine and BMC should be in
45 @{time_difference_list} +8760:153:25 -87600:453:120 +175200:40:15 -43800:10:05 +20:35:12 -8760:00:00
50 ${event_type} Lower Non-critical going low
139 ${sel_time} ${set_sel_time}= Identify SEL Time -24:00:00
189 Remove From List ${sel_date_raw} -1
314 ${sel_time} ${set_sel_time}= Identify SEL Time -2
[all...]
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py40 - plugin:
41 - plugin_name: plugin.ssh_execution
42 - plugin_function: version = ssh_execute_cmd
43 - plugin_args:
44 - ${hostname}
45 - ${username}
46 - ${password}
47 - "cat /etc/os-release | grep VERSION_ID | awk -F'=' '{print $2}'"
48 - plugin:
49 - plugin_name: plugin.print_vars
[all …]
/openbmc/qemu/
H A Dqemu-options.hx14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL)
16 ``-h``
21 "-version display version information and exit\n", QEMU_ARCH_ALL)
23 ``-version``
28 "-machine [type=]name[,prop[=value][,...]]\n"
29 " selects emulated machine ('-machine help' for list)\n"
33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
34 " mem-merge=on|off controls memory merge support (default: on)\n"
35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n"
36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n"
[all …]