Searched refs:target_config (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | sstatetests.py | 293 …def run_test_sstate_cache_management_script(self, target, global_config=[''], target_config=[''], … argument 295 self.assertTrue(target_config) 296 …self.assertTrue(len(global_config) == len(target_config), msg='Lists global_config and target_conf… 298 for idx in range(len(target_config)): 300 self.append_recipeinc(target, target_config[idx]) 303 self.remove_recipeinc(target, target_config[idx]) 311 for idx in range(len(target_config)): 313 self.append_recipeinc(target, target_config[idx]) 314 if target_config[idx] == target_config[-1]: 318 if target_config[idx] == target_config[-1]: [all …]
|
H A D | buildhistory.py | 30 …def run_buildhistory_operation(self, target, global_config='', target_config='', change_bh_locatio… argument 38 self.append_recipeinc(target, target_config) 42 self.remove_recipeinc(target, target_config) 45 …sg="Error expected for global config '%s' and target config '%s'" % (global_config, target_config))
|
H A D | oescripts.py | 20 … self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True) 21 …self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, exp…
|
H A D | buildoptions.py | 152 … self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True) 153 …self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, exp…
|
/openbmc/linux/drivers/net/ |
H A D | netconsole.c | 196 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target() argument 207 if (*target_config == '+') { in alloc_param_target() 209 target_config++; in alloc_param_target() 212 if (*target_config == 'r') { in alloc_param_target() 219 target_config++; in alloc_param_target() 223 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target() 959 char *target_config; in init_netconsole() local 963 while ((target_config = strsep(&input, ";"))) { in init_netconsole() 964 nt = alloc_param_target(target_config); in init_netconsole()
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | manualexecution.py | 40 def _get_available_config_options(self, config_options, test_module, target_config): argument 43 avail_config_options = config_options[test_module].get(target_config)
|