/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_ssh_utils.py | 58 if not gv.valid_value(openbmc_host): 60 if not gv.valid_value(openbmc_username): 62 if not gv.valid_value(openbmc_password): 64 if not gv.valid_value(ssh_port): 144 if not gv.valid_value(os_host): 146 if not gv.valid_value(os_username): 148 if not gv.valid_value(os_password): 209 if not gv.valid_value(xcat_host): 211 if not gv.valid_value(xcat_username): 213 if not gv.valid_value(xcat_password): [all …]
|
H A D | obmc_boot_test.py | 562 gv.valid_value(openbmc_host) 563 gv.valid_value(openbmc_username) 564 gv.valid_value(openbmc_password) 565 gv.valid_value(rest_username) 566 gv.valid_value(rest_password) 567 gv.valid_value(ipmi_username) 568 gv.valid_value(ipmi_password) 570 gv.valid_value(os_username) 571 gv.valid_value(os_password) 573 gv.valid_value(pdu_username) [all …]
|
H A D | state.py | 427 error_message = gv.valid_value(match_type, valid_values=["and", "or"]) 497 error_message = gv.valid_value(os_host, invalid_values=[None, ""]) 503 error_message = gv.valid_value(os_username, invalid_values=[None, ""]) 509 error_message = gv.valid_value(os_password, invalid_values=[None, ""]) 623 error_message = gv.valid_value(openbmc_host, invalid_values=[None, ""]) 629 error_message = gv.valid_value(openbmc_username, invalid_values=[None, ""]) 635 error_message = gv.valid_value(openbmc_password, invalid_values=[None, ""])
|
H A D | event_notification.py | 54 gv.valid_value(response.status_code, valid_values=[200]) 57 gv.valid_value(login_response["status"], valid_values=["ok"])
|
H A D | gen_robot_valid.py | 30 error_message = gv.valid_value( 139 def valid_value(var_name, *args, **kwargs): function 141 error_message = gv.valid_value(
|
H A D | valid.tcl | 8 proc valid_value { var_name { invalid_values {}} { valid_values {}} } { procedure 135 if { [catch {valid_value list_entry {*}$args} result] } {
|
H A D | gen_call_robot.py | 169 gv.valid_value(ROBOT_TEST_BASE_DIR_PATH) 205 gv.valid_value(robot_file_path) 431 gv.valid_value(robot_cmd_buf)
|
H A D | gen_valid.py | 189 def valid_value(var_value, valid_values=[], invalid_values=[], var_name=None): function 647 sub_error_message = valid_value( 666 sub_error_message = valid_value(
|
H A D | gen_cmd.py | 66 err_msg = gv.valid_value(cmd_buf) 344 err_msg = gv.valid_value(command_string)
|
H A D | openbmc_ffdc.py | 168 error_message = gv.valid_value(
|
/openbmc/openbmc-test-automation/bin/ |
H A D | websocket_monitor.py | 96 valid_value(openbmc_host) 97 valid_value(openbmc_username) 98 valid_value(openbmc_password) 126 valid_value(response.status_code, valid_values=[200]) 129 valid_value(login_response["status"], valid_values=["ok"])
|
H A D | sol_utils.tcl | 86 valid_value openbmc_host 87 valid_value openbmc_username 88 valid_value openbmc_password 89 valid_value os_host 90 valid_value os_username 92 valid_value host_sol_port 97 valid_value ftp_username 99 valid_value os_repo_url 102 valid_value autoboot_setting {} [list "true" "false"]
|
H A D | prop_call.py | 106 if not valid_value(prop_file_name): 120 if not valid_value(program_name):
|
H A D | generate_testsuite_info.py | 95 valid_value(option, valid_values=valid_options)
|
H A D | process_plug_in_packages.py | 134 valid_value(call_point)
|
H A D | auto_status_file.py | 118 valid_value(command_string)
|
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/ |
H A D | cp_cleanup | 59 valid_value(AUTOBOOT_OPENBMC_HOST) 64 valid_value(AUTO_REBOOT_DISABLE, valid_values=["0", "1"])
|
H A D | cp_master | 59 valid_value(AUTOBOOT_OPENBMC_HOST) 64 valid_value(AUTO_REBOOT_DISABLE, valid_values=["0", "1"])
|
H A D | cp_setup | 59 valid_value(AUTOBOOT_OPENBMC_HOST) 64 valid_value(AUTO_REBOOT_DISABLE, valid_values=["0", "1"])
|
H A D | cp_pre_boot | 59 valid_value(AUTOBOOT_OPENBMC_HOST) 64 valid_value(AUTO_REBOOT_DISABLE, valid_values=["0", "1"])
|
H A D | cp_post_reboot | 59 valid_value(AUTOBOOT_OPENBMC_HOST) 64 valid_value(AUTO_REBOOT_DISABLE, valid_values=["0", "1"])
|
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/ |
H A D | cp_post_boot | 61 valid_value(AUTOSCRIPT_STATUS_FILE_PATH) 62 valid_value(AUTOBOOT_OPENBMC_HOST)
|
/openbmc/openbmc-test-automation/templates/ |
H A D | pgm_template.py | 38 grv.valid_value("OPENBMC_HOST")
|
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/ |
H A D | cp_ffdc_check | 57 valid_value(AUTOBOOT_OPENBMC_HOST)
|
/openbmc/openbmc-test-automation/extended/ |
H A D | run_keyword.py | 32 grv.valid_value("keyword_string")
|