/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | json_parser.py | 112 return getattr(self.config, "description", "") 115 return getattr(self.config, "kits", []) 118 return getattr(self.config, "environment", []) 121 return getattr(self.config, "driver", {}) 124 return getattr(self.config, "module_subsystem", "zzzzzzzz") 127 return getattr(self.config, "module_part", "") 130 driver = getattr(self.config, "driver", {}) 134 return getattr(self.config, "testSuiteName", "AppTest") 137 return getattr(self.config, "test_case_list", [])
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | orangefs-utils.c | 30 fsid = op->upcall.req.getattr.refn.fs_id; in fsid_of_op() 264 new_op->upcall.req.getattr.refn = orangefs_inode->refn; in orangefs_inode_getattr() 270 new_op->upcall.req.getattr.mask = ORANGEFS_ATTR_SYS_ALL_NOHINT; in orangefs_inode_getattr() 272 new_op->upcall.req.getattr.mask = in orangefs_inode_getattr() 302 &new_op->downcall.resp.getattr.attributes, in orangefs_inode_getattr() 303 new_op->downcall.resp.getattr.link_target); in orangefs_inode_getattr() 311 downcall.resp.getattr.attributes.objtype); in orangefs_inode_getattr() 315 downcall.resp.getattr.attributes); in orangefs_inode_getattr() 318 downcall.resp.getattr.attributes.size; in orangefs_inode_getattr() 320 inode->i_blkbits = ffs(new_op->downcall.resp.getattr in orangefs_inode_getattr() [all...] |
H A D | symlink.c | 15 .getattr = orangefs_getattr,
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | orangefs-utils.c | 30 fsid = op->upcall.req.getattr.refn.fs_id; in fsid_of_op() 264 new_op->upcall.req.getattr.refn = orangefs_inode->refn; in orangefs_inode_getattr() 270 new_op->upcall.req.getattr.mask = ORANGEFS_ATTR_SYS_ALL_NOHINT; in orangefs_inode_getattr() 272 new_op->upcall.req.getattr.mask = in orangefs_inode_getattr() 302 &new_op->downcall.resp.getattr.attributes, in orangefs_inode_getattr() 303 new_op->downcall.resp.getattr.link_target); in orangefs_inode_getattr() 311 downcall.resp.getattr.attributes.objtype); in orangefs_inode_getattr() 315 downcall.resp.getattr.attributes); in orangefs_inode_getattr() 318 downcall.resp.getattr.attributes.size; in orangefs_inode_getattr() 320 inode->i_blkbits = ffs(new_op->downcall.resp.getattr in orangefs_inode_getattr() [all...] |
H A D | symlink.c | 15 .getattr = orangefs_getattr,
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | scheduler.py | 143 test_type = getattr(task.config, "testtype", []) 144 task_name = getattr(task.config, "task", "") 168 task_info.repeat = getattr(task.config, ConfigConst.repeat, 1) 170 task_info.product_info = getattr(task, "product_info", "") 218 if getattr(driver_request, ConfigConst.product_info, ""): 219 product_info = getattr(driver_request, 247 if not getattr(device, ConfigConst.need_kit_setup, True): 254 for kit in getattr(device, ConfigConst.task_kits, []): 262 error_no = getattr(exception, "error_no", "00000") 274 if not getattr(devic [all...] |
H A D | concurrent.py | 142 error_no = getattr(exception, "error_no", "00000") 160 if getattr(config, "reboot_per_module", False): 194 if getattr(self.task.config, "history_report_path", ""): 227 module_kits = getattr(device, ConfigConst.common_module_kits) 238 for kit in getattr(device, ConfigConst.common_module_kits, []): 246 if check_mode(ModeType.decc) or getattr( 254 getattr(driver_request.config, ConfigConst.module_config, None)): 255 module_config_path = getattr(driver_request.config, ConfigConst.module_config, None) 267 if not getattr(device, ConfigConst.need_kit_setup, True): 274 for kit in getattr(devic [all...] |
H A D | source.py | 99 if getattr(config, ConfigConst.testcases_path, ""): 106 if getattr(config, ConfigConst.testcases_path, "") and os.path.normcase( 131 if getattr(config, ConfigConst.testdict, "") == "": 173 getattr(config, ConfigConst.component_mapper, dict()).update( 184 getattr(config, ConfigConst.component_base_kit, "") and \ 191 if getattr(config, ConfigConst.testlist, ""): 198 if getattr(config, ConfigConst.testfile, ""): 214 if getattr(config, ConfigConst.testcase, ""): 220 if getattr(config, ConfigConst.subsystems, []) or \ 221 getattr(confi [all...] |
H A D | request.py | 85 if getattr(config, ConfigConst.report_path, "") == "": 101 if getattr(config, "task", ""): 188 getattr(self.config, ConfigConst.component_mapper).pop(ignore_test) 222 return getattr(self.config, key, default) 231 return getattr(self.config.environment, "devices", []) 257 return getattr(self.root, "source", "") 265 return getattr(source, key, default)
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | symlink.c | 67 .getattr = ext4_encrypted_symlink_getattr, 74 .getattr = ext4_getattr, 81 .getattr = ext4_getattr,
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | symlink.c | 26 .getattr = ext2_getattr, 33 .getattr = ext2_getattr,
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | symlink.c | 26 .getattr = ext2_getattr, 33 .getattr = ext2_getattr,
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | impl.py | 96 int(getattr(options, ConfigConst.auto_retry, 0)) > 0: 97 value = int(getattr(options, ConfigConst.auto_retry, 0)) 137 repeat = getattr(task.config, ConfigConst.repeat, 1) 147 error_no = getattr(exception, "error_no", "") 270 if getattr(task.config, ConfigConst.test_environment, ""): 273 elif getattr(task.config, ConfigConst.configfile, ""):
|
H A D | single.py | 31 return getattr(cls, "_instance")
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | symlink.c | 118 .getattr = ext4_encrypted_symlink_getattr, 125 .getattr = ext4_getattr, 132 .getattr = ext4_getattr,
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | plugin.py | 112 init_func = getattr(cls, "__init__", None) 123 return getattr(cls, _DEFAULT_CONFIG_NAME) 187 params = getattr(plugin, _DEFAULT_CONFIG_NAME)
|
H A D | logger.py | 58 log_level = getattr(sys, "log_level", logging.INFO) if hasattr( 115 and getattr(sys, LogMode.name, LogMode.default) != LogMode.no_console: 236 cache = getattr(self.platform_log, "_cache", None) 466 if getattr(logger, "setLevel", None): 468 elif getattr(logger, "set_level", None): 493 base_file_name = getattr(self, "baseFilename", None) 502 should_rollover = getattr(self, "shouldRollover", None) 507 if not getattr(self, "stream", None): 510 stream = getattr(self, "stream", self._open()) 547 "ErrorNo={}".format(getattr(erro [all...] |
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | manager_env.py | 200 support_labels = getattr(manager, "support_labels", []) 201 support_types = getattr(manager, "support_types", []) 256 support_labels = getattr(manager, "support_labels", []) 257 support_types = getattr(manager, "support_types", []) 340 if not getattr(device, "task_state", True): 365 subsystems, parts = getattr(device, ConfigConst.support_component)
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 387 if not getattr(case, ReportConstant.result, "") or \ 388 getattr(case, ReportConstant.result, "") == ReportConstant.completed: 500 exec_info.platform = getattr(task_info, ReportConstant.platform, 502 exec_info.test_type = getattr(task_info, ReportConstant.test_type, 504 exec_info.device_name = getattr(task_info, ReportConstant.device_name, 520 exec_info.device_label = getattr(task_info, 686 value = self._get_hidden_style_value(getattr( 778 for key in getattr(data_object, "keys", []): 781 result = getattr(data_object, ReportConstant.result, Result()) 782 new_str = str(getattr(resul [all...] |
/test/testfwk/developer_test/src/main/ |
H A D | _init_global_config.py | 98 pkg_path = getattr(package, "__path__", "") 99 pkg_name = getattr(package, "__name__", "")
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | mntpt.c | 34 .getattr = afs_getattr, 38 .getattr = afs_getattr,
|
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | colored.py | 117 getattr(Colored, color), 124 getattr(Colored, color),
|
/test/testfwk/developer_test/src/core/testkit/ |
H A D | kit_lite.py | 109 error), error_no=getattr(error, "error_no", 113 error_no=getattr(error, "error_no",
|
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | inode.c | 350 .getattr = sharefs_getattr, 358 .getattr = sharefs_getattr, 372 .getattr = sharefs_getattr,
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | inode.c | 350 .getattr = sharefs_getattr, 358 .getattr = sharefs_getattr, 372 .getattr = sharefs_getattr,
|