Searched refs:keyword_name (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | jobs_processing.py | 16 def execute_keyword(keyword_name, return_dict): argument 30 status = BuiltIn().run_keyword_and_return_status(keyword_name) 36 def execute_process(num_process, keyword_name): argument 52 target=execute_keyword, args=(keyword_name, return_dict) 65 def execute_keyword_args(keyword_name, args, return_dict): argument 80 status = BuiltIn().run_keyword_and_return_status(keyword_name, *args) 101 keyword_name = " ".join(keywords_data.split(" ")[:-number_args]) 104 args=(keyword_name, keyword_args, return_dict),
|
H A D | openbmc_ffdc_methods.robot | 107 [Arguments] ${description} ${keyword_name} @{ffdc_function_list} 113 # keyword_name The name of the keyword to call to collect the FFDC 126 ${status} ${ffdc_file_list}= Run Key ${keyword_name} ignore=1
|
/openbmc/u-boot/cmd/ |
H A D | ethsw.c | 632 const char *keyword_name; member 637 .keyword_name = "help", 640 .keyword_name = "show", 643 .keyword_name = "port", 661 .keyword_name = "auto", 664 .keyword_name = "vlan", 667 .keyword_name = "fdb", 670 .keyword_name = "add", 673 .keyword_name = "del", 685 .keyword_name = "all", [all …]
|