summaryrefslogtreecommitdiff
path: root/tct/conf/ssh_config
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2016-10-06 16:48:19 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-01-09 19:53:03 +0100
commit73d82e565cb7fe60e49f84eac45cdfadfcb94617 (patch)
tree67dcd8cbe0b86be6c88f112bb7ee1ce3e46dff8c /tct/conf/ssh_config
parent4934a8ae642ada596cedb304f48138636a5f33f1 (diff)
downloadmajor-73d82e565cb7fe60e49f84eac45cdfadfcb94617.tar.gz
major-73d82e565cb7fe60e49f84eac45cdfadfcb94617.tar.bz2
major-73d82e565cb7fe60e49f84eac45cdfadfcb94617.zip
Add mbr64 target support
mbr64 is a minimal generic x86_64 image. Database update is required. Delete it or run: . tsp/common.sh sqlite3 "${DBPATH}" -batch < tsp/results-values-device.sql Change-Id: I7f4e45b0da4afa06d662c3a6a378076a933a3130 Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Diffstat (limited to 'tct/conf/ssh_config')
-rw-r--r--tct/conf/ssh_config3
1 files changed, 3 insertions, 0 deletions
diff --git a/tct/conf/ssh_config b/tct/conf/ssh_config
index 92d7921..d1b3a9b 100644
--- a/tct/conf/ssh_config
+++ b/tct/conf/ssh_config
@@ -4,3 +4,6 @@ ControlPersist 1m
StrictHostKeyChecking=no
UserKnownHostsFile=/dev/null
ConnectTimeout=30
+Host mbr64_1
+ Hostname localhost
+ Port 22122