Lines Matching full:ffdc
8 sys.path.append(__file__.split(__file__.split("/")[-1])[0] + "../ffdc")
32 the new ffdc collector ../ffdc/ffdc_collector.py via robot variable FFDC_DEFAULT
34 variable FFDC_DEFAULT:1, by default use the existing ffdc collection method.
35 variable FFDC_DEFAULT:0 use the new ffdc method
38 (1) Legacy ffdc collection
41 (2) New ffdc collection
48 xx_USERNAME:username user on the targeted system with access to FFDC files
50 xx_CONFIG:ffdc_config configuration file listing commands and files for FFDC
51 xx_LOCATION:location where to store collected FFDC. Default: <current dir>/logs/
60 Run Keyword If ${FFDC_DEFAULT} == ${1} FFDC
73 robotBuildIn().log_to_console("Collecting FFDC - CLI log collector script")
119 xx_USERNAME:username user on the targeted system with access to FFDC files
121 xx_CONFIG:ffdc_config configuration file listing commands and files for FFDC
122 xx_LOCATION:location where to store collected FFDC. Default: <current dir>/logs/
175 # Default FFDC store location
183 # Default FFDC configuration
185 config = script_path + "/../ffdc/ffdc_config.yaml"
219 # If original ffdc request is for BMC,
220 # attempt to also collect ffdc for HOST_OS if possible.