Lines Matching +full:- +full:remote
12 # ---------Set sys.path for cli command execution-----------------------------
13 # Absolute path to openbmc-test-automation/ffdc
25 @click.command(context_settings=dict(help_option_names=["-h", "--help"]))
26 @click.option("-r", "--remote", help="Hostname/IP of the remote host")
27 @click.option("-u", "--username", help="Username of the remote host.")
28 @click.option("-p", "--password", help="Password of the remote host.")
30 "-port_ssh", default=22, show_default=True, help="SSH port value."
33 "-port_https", default=443, show_default=True, help="HTTPS port value."
36 "-port_ipmi", default=623, show_default=True, help="IPMI port value."
39 "-c",
40 "--config",
46 "-l",
47 "--location",
53 "-t",
54 "--type",
56 "OS type of the remote (targeting) host. BMC, RHEL, UBUNTU,"
61 "-rp",
62 "--protocol",
65 help="Select protocol to communicate with remote host.",
68 "-e",
69 "--env_vars",
74 "-ec",
75 "--econfig",
80 "--log_level",
86 remote, argument
109 remote,
119 remote,
137 "\n\tFFDC Collection from " + remote + " has failed.\n\n"
145 + remote
155 remote, username, password, port_ssh, port_https, port_ipmi, config, type argument
163 if not remote:
166 " \n\tERROR: Name/IP of the remote host is not specified in"
172 " \n\tERROR: User of the remote host is not specified in"
178 " \n\tERROR: Password of the user remote host is not"
184 " \n\tERROR: Remote host os type is not specified in CLI"