| /openbmc/skeleton/configs/ |
| H A D | Romulus.py | 39 "is_fru": False, 52 "is_fru": False, 56 "is_fru": False, 60 "is_fru": False, 64 "is_fru": False, 68 "is_fru": False, 88 "is_fru": False, 101 "is_fru": False, 105 "is_fru": False, 109 "is_fru": False, [all …]
|
| H A D | Zaius.py | 40 "is_fru": False, 53 "is_fru": False, 57 "is_fru": False, 61 "is_fru": False, 65 "is_fru": False, 81 "is_fru": False, 94 "is_fru": False, 98 "is_fru": False, 102 "is_fru": False, 106 "is_fru": False, [all …]
|
| H A D | Lanyang.py | 40 "is_fru": False, 53 "is_fru": False, 57 "is_fru": False, 61 "is_fru": False, 65 "is_fru": False, 81 "is_fru": False, 94 "is_fru": False, 98 "is_fru": False, 102 "is_fru": False, 106 "is_fru": False, [all …]
|
| H A D | Witherspoon.py | 40 "is_fru": False, 53 "is_fru": False, 57 "is_fru": False, 61 "is_fru": False, 65 "is_fru": False, 69 "is_fru": False, 89 "is_fru": False, 102 "is_fru": False, 106 "is_fru": False, 110 "is_fru": False, [all …]
|
| H A D | Garrison.py | 41 "is_fru": False, 54 "is_fru": False, 58 "is_fru": False, 62 "is_fru": False, 66 "is_fru": False, 70 "is_fru": False, 90 "is_fru": False, 103 "is_fru": False, 107 "is_fru": False, 111 "is_fru": False, [all …]
|
| H A D | Firestone.py | 41 "is_fru": False, 54 "is_fru": False, 58 "is_fru": False, 62 "is_fru": False, 66 "is_fru": False, 70 "is_fru": False, 90 "is_fru": False, 103 "is_fru": False, 107 "is_fru": False, 111 "is_fru": False, [all …]
|
| H A D | Barreleye.py | 46 "is_fru": False, 71 "is_fru": False, 75 "is_fru": False, 79 "is_fru": False, 83 "is_fru": False, 87 "is_fru": False, 115 "is_fru": False, 128 "is_fru": False, 132 "is_fru": False, 136 "is_fru": False, [all …]
|
| /openbmc/openbmc-test-automation/data/ |
| H A D | Romulus.py | 41 "is_fru": False, 54 "is_fru": False, 58 "is_fru": False, 62 "is_fru": False, 66 "is_fru": False, 70 "is_fru": False, 90 "is_fru": False, 103 "is_fru": False, 107 "is_fru": False, 111 "is_fru": False, [all …]
|
| H A D | Witherspoon.py | 42 "is_fru": False, 55 "is_fru": False, 59 "is_fru": False, 63 "is_fru": False, 67 "is_fru": False, 71 "is_fru": False, 91 "is_fru": False, 104 "is_fru": False, 108 "is_fru": False, 112 "is_fru": False, [all …]
|
| H A D | Palmetto.py | 65 "monitor_process": False, 77 "start_process": False, 78 "monitor_process": False, 110 "start_process": False, 111 "monitor_process": False, 200 "is_fru": False, 209 "is_fru": False, 213 "is_fru": False, 217 "is_fru": False, 221 "is_fru": False, [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | elf.py | 20 "aarch64_be" :(183, 0, 0, False, 64), 25 "lm32": (138, 0, 0, False, 32), 27 "mips": ( 8, 0, 0, False, 32), 29 "microblaze": (189, 0, 0, False, 32), 31 "powerpc": (20, 0, 0, False, 32), 37 "aarch64_be" :(183, 0, 0, False, 64), 39 "armeb": (40, 97, 0, False, 32), 40 "powerpc": (20, 0, 0, False, 32), 41 "powerpc64": (21, 0, 0, False, 64), 50 "hppa": (15, 3, 0, False, 32), [all …]
|
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_efi_selftest.py | 18 u_boot_console.run_command(cmd='bootefi selftest ${fdtcontroladdr}', wait_for_prompt=False) 22 u_boot_console.run_command(cmd='', wait_for_echo=False, wait_for_prompt=False); 36 u_boot_console.run_command(cmd='bootefi selftest ${fdtcontroladdr}', wait_for_prompt=False) 48 u_boot_console.run_command(cmd='bootefi selftest', wait_for_prompt=False) 64 wait_for_prompt=False) 71 u_boot_console.run_command(cmd=chr(4), wait_for_echo=False, 72 send_nl=False, wait_for_prompt=False) 79 u_boot_console.run_command(cmd=chr(8), wait_for_echo=False, 80 send_nl=False, wait_for_prompt=False) 87 u_boot_console.run_command(cmd=chr(9), wait_for_echo=False, [all …]
|
| H A D | test_hush_if_test.py | 17 ('false', False), 22 ('test aaa = bbb', False), 25 ('test aaa != aaa', False), 28 ('test bbb < aaa', False), 31 ('test aaa > bbb', False), 34 ('test 123 -eq 456', False), 37 ('test 123 -ne 123', False), 40 ('test 123 -lt 123', False), 41 ('test 456 -lt 123', False), 45 ('test 456 -le 123', False), [all …]
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | qapi-schema-test.out | 13 member integer: int optional=False 14 member boolean: bool optional=False 15 member string: str optional=False 17 member enum1: EnumOne optional=False 19 member enum3: EnumOne optional=False 26 member type: EnumOne optional=False 35 gen=True success_response=True boxed=False oob=False preconfig=False 42 member string: str optional=False 50 member integer: int optional=False 52 member userdef: UserDefOne optional=False [all …]
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | cmdline.py | 19 action='store_true', default=False, 26 action='store_true', default=False, 29 action='store_true', default=False, 31 parser.add_option('-D', '--config-only', action='store_true', default=False, 34 default=False, help='Show errors and warnings') 36 default=False, help='Treat all compiler warnings as errors') 38 action='store_true', default=False, 41 action='store_true', default=False, 52 default=False, help='Display the README file') 54 action='store_true', default=False, [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/ |
| H A D | 0020_models_bigautofield.py | 16 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 21 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 26 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 31 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 36 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 41 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 46 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 51 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 56 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 61 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), [all …]
|
| /openbmc/qemu/tests/tcg/aarch64/gdbstub/ |
| H A D | test-mte.py | 49 gdb.execute(f"break {ba}", False, True) 50 gdb.execute("continue", False, True) 55 co = gdb.execute(f"memory-tag check {ta}", False, True) 60 report(False, "Logical and allocation tags don't match!") 67 gdb.execute(f"memory-tag set-allocation-tag {ta} 1 04", False, True) 72 gdb.execute(f"memory-tag set-allocation-tag {ta}+16 1 06", False, True) 76 co = gdb.execute(f"memory-tag print-allocation-tag {ta}", False, True) 79 co = gdb.execute(f"memory-tag print-allocation-tag {ta}+16", False, True) 85 report(False, "Can't set/print allocation tags!") 88 gdb.execute(f"memory-tag set-allocation-tag {ta} 4096 0a0b", False, Tru [all...] |
| /openbmc/qemu/tests/functional/ |
| H A D | test_s390x_topology.py | |
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 139 | 54 self.checkBlockDriverState(node, False) 55 self.checkBlockDriverState(file_node, False) 61 self.vm.cmd('blockdev-add', conv_keys = False, **opts) 67 self.checkBlockDriverState(node, False) 75 self.vm.cmd('blockdev-add', conv_keys = False, **opts) 79 def delBlockDriverState(self, node, expect_error = False): 110 def ejectDrive(self, device, node, expect_error = False, 131 self.checkBlockDriverState(overlay, False) 136 self.vm.cmd('blockdev-snapshot-sync', conv_keys=False, **opts) 151 self.checkBlockDriverState(new_node, False) [all …]
|
| H A D | 245 | 92 result = self.vm.qmp('blockdev-reopen', conv_keys=False, options=opts) 139 self.vm.cmd('blockdev-add', conv_keys = False, **opts) 181 self.vm.cmd('blockdev-add', conv_keys = False, **opts) 222 supports_direct = False 229 self.vm.cmd('blockdev-add', conv_keys = False, **opts) 236 self.assert_qmp(self.get_node('hd1'), 'ro', False) 241 self.assert_qmp(self.get_node('hd1'), 'ro', False) 245 self.assert_qmp(self.get_node('hd1'), 'cache/direct', False) 246 self.assert_qmp(self.get_node('hd1'), 'cache/no-flush', False) 255 self.assert_qmp(self.get_node('hd1'), 'cache/direct', False) [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | gitarchivetests.py | 35 repo = ga.init_git_repo(tempdir, False, False, logger) 55 return False 69 path, git_obj = create_fake_repository(False) 73 ga.gitarchive(path, path, True, False, 75 False, "{branch}/{commit_count}-g{commit}/{tag_number}", 77 [], [], False, keywords, logger) 87 ga.gitarchive(path, path, True, False, 89 False, "{branch}/{commit_count}-g{commit}/{tag_number}", 91 [], [], False, keywords, logger) 109 path, git_obj = create_fake_repository(False, None, False) [all …]
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_protocol_settings.robot | 49 Enable SSH Protocol ${False} 52 Verify SSH Protocol State ${False} 58 Should Be Equal As Strings ${status} False 84 Enable SSH Protocol ${False} 90 Verify SSH Protocol State ${False} 96 Should Be Equal As Strings ${status} False 106 Enable SSH Protocol ${False} 122 Enable SSH Protocol ${False} 125 Verify SSH Protocol State ${False} 132 Should Be Equal As Strings ${status} False [all …]
|
| /openbmc/u-boot/tools/dtoc/ |
| H A D | test_dtoc.py | 51 def get_dtb_file(dts_fname, capture_stderr=False): 156 dtb_platdata.run_steps(['struct'], dtb_file, False, output) 161 dtb_platdata.run_steps(['platdata'], dtb_file, False, output) 170 dtb_platdata.run_steps(['struct'], dtb_file, False, output) 195 dtb_platdata.run_steps(['platdata'], dtb_file, False, output) 274 dtb_platdata.run_steps(['struct'], dtb_file, False, output) 286 dtb_platdata.run_steps(['platdata'], dtb_file, False, output) 346 dtb_platdata.run_steps(['struct'], dtb_file, False, output) 362 dtb_platdata.run_steps(['platdata'], dtb_file, False, output) 392 dtb_platdata.run_steps(['struct'], dtb_file, False, output) [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | data.py | 92 newval = alterdata.getVar(ekey, False) 94 val = alterdata.getVar(key, False) 111 def emit_var(var, o=sys.__stdout__, d = init(), all=False): 113 func = d.getVarFlag(var, "func", False) 114 if d.getVarFlag(var, 'python', False) and func: 115 return False 120 return False 124 oval = d.getVar(var, False) 130 return False 136 return False [all …]
|
| /openbmc/qemu/tests/tcg/s390x/gdbstub/ |
| H A D | test-svc.py | 10 report("lghi\t" in gdb.execute("x/i $pc", False, True), "insn #1") 12 report("larl\t" in gdb.execute("x/i $pc", False, True), "insn #2") 14 report("lgrl\t" in gdb.execute("x/i $pc", False, True), "insn #3") 16 report("svc\t" in gdb.execute("x/i $pc", False, True), "insn #4") 18 report("xgr\t" in gdb.execute("x/i $pc", False, True), "insn #5") 20 report("svc\t" in gdb.execute("x/i $pc", False, True), "insn #6")
|