Home
last modified time | relevance | path

Searched refs:valid_value (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/openbmc-test-automation/lib/
H A Dbmc_ssh_utils.py58 if not gv.valid_value(openbmc_host):
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):
215 if not gv.valid_value(xcat_port):
273 if not gv.valid_value(device_host):
[all …]
H A Dobmc_boot_test.py560 gv.valid_value(openbmc_host)
561 gv.valid_value(openbmc_username)
562 gv.valid_value(openbmc_password)
563 gv.valid_value(rest_username)
564 gv.valid_value(rest_password)
565 gv.valid_value(ipmi_username)
566 gv.valid_value(ipmi_password)
568 gv.valid_value(os_username)
569 gv.valid_value(os_password)
571 gv.valid_value(pdu_username)
[all …]
H A Dstate.py425 error_message = gv.valid_value(match_type, valid_values=["and", "or"])
495 error_message = gv.valid_value(os_host, invalid_values=[None, ""])
501 error_message = gv.valid_value(os_username, invalid_values=[None, ""])
507 error_message = gv.valid_value(os_password, invalid_values=[None, ""])
621 error_message = gv.valid_value(openbmc_host, invalid_values=[None, ""])
627 error_message = gv.valid_value(openbmc_username, invalid_values=[None, ""])
633 error_message = gv.valid_value(openbmc_password, invalid_values=[None, ""])
H A Devent_notification.py54 gv.valid_value(response.status_code, valid_values=[200])
57 gv.valid_value(login_response["status"], valid_values=["ok"])
H A Dgen_robot_valid.py30 error_message = gv.valid_value(
139 def valid_value(var_name, *args, **kwargs): function
141 error_message = gv.valid_value(
H A Dvalid.tcl8 proc valid_value { var_name { invalid_values {}} { valid_values {}} } { procedure
135 if { [catch {valid_value list_entry {*}$args} result] } {
H A Dgen_call_robot.py167 gv.valid_value(ROBOT_TEST_BASE_DIR_PATH)
203 gv.valid_value(robot_file_path)
429 gv.valid_value(robot_cmd_buf)
H A Dgen_valid.py189 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 Dopenbmc_ffdc.py168 error_message = gv.valid_value(
H A Dgen_cmd.py66 err_msg = gv.valid_value(cmd_buf)
344 err_msg = gv.valid_value(command_string)
/openbmc/openbmc-test-automation/bin/
H A Dwebsocket_monitor.py96 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 Dsol_utils.tcl86 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 Dprop_call.py106 if not valid_value(prop_file_name):
120 if not valid_value(program_name):
H A Dgenerate_testsuite_info.py95 valid_value(option, valid_values=valid_options)
H A Dprocess_plug_in_packages.py134 valid_value(call_point)
H A Dauto_status_file.py118 valid_value(command_string)
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/
H A Dcp_master59 valid_value(AUTOBOOT_OPENBMC_HOST)
64 valid_value(AUTO_REBOOT_DISABLE, valid_values=["0", "1"])
H A Dcp_cleanup59 valid_value(AUTOBOOT_OPENBMC_HOST)
64 valid_value(AUTO_REBOOT_DISABLE, valid_values=["0", "1"])
H A Dcp_setup59 valid_value(AUTOBOOT_OPENBMC_HOST)
64 valid_value(AUTO_REBOOT_DISABLE, valid_values=["0", "1"])
H A Dcp_post_reboot59 valid_value(AUTOBOOT_OPENBMC_HOST)
64 valid_value(AUTO_REBOOT_DISABLE, valid_values=["0", "1"])
H A Dcp_pre_boot59 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 Dcp_post_boot61 valid_value(AUTOSCRIPT_STATUS_FILE_PATH)
62 valid_value(AUTOBOOT_OPENBMC_HOST)
/openbmc/openbmc-test-automation/templates/
H A Dpgm_template.py38 grv.valid_value("OPENBMC_HOST")
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/
H A Dcp_ffdc_check57 valid_value(AUTOBOOT_OPENBMC_HOST)
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.py32 grv.valid_value("keyword_string")

12