Home
last modified time | relevance | path

Searched full:ssh_port (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/openbmc-test-automation/lib/
H A Dconnection_client.robot38 ... '${SSH_PORT}' != '${EMPTY}' and '${HTTPS_PORT}' != '${EMPTY}'
45 # If the ${SSH_PORT} is set and no port was provided, add the defined port
48 Run Keyword If '${SSH_PORT}' != '${EMPTY}' and ${has_port} == ${FALSE}
50 ... Set To Dictionary ${connection_args} port=${SSH_PORT} AND
59 Run Keyword If '${SSH_PORT}' == '${EMPTY}' scp.Open connection ${OPENBMC_HOST}
61 ... ELSE Run Keyword scp.Open connection ${OPENBMC_HOST} port=${SSH_PORT}
67 ${port_num}= Convert To Integer ${SSH_PORT}
68 ${SSH_PORT}= Replace Variables ${port_num}
H A Dbmc_ssh_utils.py50 ssh_port = BuiltIn().get_variable_value("${SSH_PORT}", default="22")
64 if not gv.valid_value(ssh_port):
72 "port": ssh_port,
H A Dffdc_cli_robot_script.py16 PORT_SSH = "SSH_PORT"
89 dict_of_parms["SSH_PORT"] = robotBuildIn().get_variable_value(
90 "${SSH_PORT}", default=22
H A Dresource.robot87 ${SSH_PORT} 22 variable
/openbmc/openbmc-build-scripts/scripts/
H A Drun-robot.sh8 # SSH_PORT SSH port of openbmc
27 -v SSH_PORT:${SSH_PORT}\
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_network_security.robot97 ... ${OPENBMC_HOST} ${iterations} ${TCP_PACKETS} ${SSH_PORT}
190 ... ${OPENBMC_HOST} ${iterations} ${TCP_CONNECTION} ${SSH_PORT}
193 Verify Interface Stability ${SSH_PORT}
218 ... ELSE IF ${port} == ${SSH_PORT}
/openbmc/openbmc-test-automation/tools/
H A Dgenerate_argumentfile.sh17 echo "--variable SSH_PORT:$SSH_PORT" >> $ARG_FILE
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py230 ssh_port = ''
233 ssh_port = "-p %s" % args.port
267 …rootenv, 'tar cf - . | %s %s %s %s \'sh %s %s %s %s\'' % (ssh_sshexec, ssh_port, extraoptions, ar…
301 ssh_port = ''
304 ssh_port = "-p %s" % args.port
324 …ret = subprocess.call('%s %s %s %s \'sh %s %s\'' % (ssh_sshexec, ssh_port, extraoptions, args.targ…
/openbmc/openbmc-test-automation/extended/
H A Dobmc_boot_test_resource.robot15 @{parm_list} openbmc_nickname ssh_port https_port openbmc_host openbmc_username
27 ${ssh_port} 22 variable
/openbmc/docs/testing/
H A Drun-test-docker.md101 --env SSH_PORT=22 \
116 --env SSH_PORT=22 \
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py98 …self.gdb_cross.target_device.ssh_sshexec, self.gdb_cross.target_device.ssh_port, self.gdb_cross.ta…
101 …self.gdb_cross.target_device.ssh_sshexec, self.gdb_cross.target_device.ssh_port, self.gdb_cross.ta…
108 …self.gdb_cross.target_device.ssh_sshexec, self.gdb_cross.target_device.ssh_port, self.gdb_cross.ta…
/openbmc/qemu/tests/vm/
H A Dbasevm.py56 'ssh_port' : 0,
146 netdev.format(self._config['ssh_port']) +
237 "-p", str(self.ssh_port), "-i", self._ssh_tmp_key_file,
317 self.ssh_port = get_info_usernet_hostfwd_port(usernet_info)
318 if not self.ssh_port:
H A Dconf_example_aarch64.yml45 #ssh_port: 5555
H A Dconf_example_x86.yml50 ssh_port: 5555
H A Dhaiku.x86_6441 'ssh_port' : 0,
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/
H A Dcp_cleanup93 SSH_PORT,
H A Dcp_master93 SSH_PORT,
H A Dcp_setup93 SSH_PORT,
H A Dcp_pre_boot93 SSH_PORT,
H A Dcp_post_reboot93 SSH_PORT,
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/
H A Dcp_post_boot130 SSH_PORT,
/openbmc/openbmc-test-automation/
H A DREADME.md245 $ export SSH_PORT=<ssh port number>
252 …$ OPENBMC_HOST=x.x.x.x SSH_PORT=<port number> HTTPS_PORT=<port number> robot -A test_lists/QEMU_CI…
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check130 SSH_PORT,
/openbmc/openbmc-build-scripts/
H A Drun-qemu-robot-test.sh181 --env SSH_PORT="${DOCKER_SSH_PORT}" \
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_get_temperature_reading.robot76 … ... ${OPENBMC_HOST} username=${OPENBMC_USERNAME} password=${OPENBMC_PASSWORD} port=${SSH_PORT}

12