Home
last modified time | relevance | path

Searched refs:plugin_args (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/ffdc/docs/
H A Dplugin.md96 - plugin_args:
105 - plugin_args:
117 - plugin_args:
141 - plugin_args:
195 - plugin_args:
219 - plugin_args:
H A Dyaml_syntax_rules.md86 - plugin_args:
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py1192 plugin_args = plugin_cmd_list[idx]["plugin_args"]
1193 if plugin_args:
1194 plugin_args = self.yaml_args_populate(plugin_args)
1196 plugin_args = []
1198 plugin_args = self.yaml_args_populate([])
1202 parm_args_str = self.yaml_args_string(plugin_args)
1304 def yaml_args_string(self, plugin_args): argument
1311 for args in plugin_args:
1320 if args != plugin_args[-1]: