mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 05:02:22 +02:00
oeqa context.py: fix --target-ip comment to include ssh port number
Providing ssh port number is supported too with "--target-ip 192.168.0.10:22". (From OE-Core rev: 62b894d75fb3361ed4d5473ae69188bce390980a) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 637919b9df0abc06da5b2f9b389cf25376bd6b7c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e1a8911af9
commit
68e6eceb98
@@ -67,11 +67,11 @@ class OERuntimeTestContextExecutor(OETestContextExecutor):
|
||||
% self.default_target_type)
|
||||
runtime_group.add_argument('--target-ip', action='store',
|
||||
default=self.default_target_ip,
|
||||
help="IP address of device under test, default: %s" \
|
||||
help="IP address and optionally ssh port (default 22) of device under test, for example '192.168.0.7:22'. Default: %s" \
|
||||
% self.default_target_ip)
|
||||
runtime_group.add_argument('--server-ip', action='store',
|
||||
default=self.default_target_ip,
|
||||
help="IP address of device under test, default: %s" \
|
||||
help="IP address of the test host from test target machine, default: %s" \
|
||||
% self.default_server_ip)
|
||||
|
||||
runtime_group.add_argument('--host-dumper-dir', action='store',
|
||||
|
||||
Reference in New Issue
Block a user