Searched refs:keyword_string (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc-test-automation/extended/ |
H A D | run_keyword.py | 45 def my_run_keywords(lib_file_path, keyword_string, quiet=0, test_mode=0): argument 99 keyword_list = keyword_string.split(" ; ") 100 for keyword_string in keyword_list: 101 cmd_buf = keyword_string.split(" ") 134 keyword_string = BuiltIn().get_variable_value("${keyword_string}") 138 my_run_keywords(lib_file_path, keyword_string, quiet, test_mode)
|
H A D | run_keyword.robot | 5 # keyword_string The keyword string to be run by this program. If this 25 # robot --outputdir=/tmp -v OPENBMC_HOST:barp01 -v 'keyword_string:Log To Console Hi.' 29 # -v 'keyword_string:${state}= Get State quiet=${1} ; Rpvar state' 41 @{parm_list} keyword_string lib_file_path test_mode quiet 45 ${keyword_string} ${EMPTY} variable
|
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/ |
H A D | cp_post_boot | 122 keyword_string = " ; ".join(keyword_redfish_strings) 124 keyword_string = " ; ".join(keyword_strings) 126 set_mod_global(keyword_string) 134 keyword_string,
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | cp_stop_check | 118 keyword_string = ( 126 set_mod_global(keyword_string) 135 keyword_string,
|
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/ |
H A D | cp_master | 88 keyword_string = "Set Auto Reboot Setting ${%i}" % enable_auto_reboot 100 keyword_string,
|
H A D | cp_cleanup | 88 keyword_string = "Set Auto Reboot Setting ${%i}" % enable_auto_reboot 100 keyword_string,
|
H A D | cp_setup | 88 keyword_string = "Set Auto Reboot Setting ${%i}" % enable_auto_reboot 100 keyword_string,
|
H A D | cp_post_reboot | 88 keyword_string = "Set Auto Reboot Setting ${%i}" % enable_auto_reboot 100 keyword_string,
|
H A D | cp_pre_boot | 88 keyword_string = "Set Auto Reboot Setting ${%i}" % enable_auto_reboot 100 keyword_string,
|