summaryrefslogtreecommitdiffstats
path: root/robot/resources/global_properties.robot
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-03-30 07:59:33 -0400
committerJerry Flood <jf9860@att.com>2017-03-31 07:42:46 -0400
commit9b5e79fe062a3feef87ac76145ddb93470cba607 (patch)
tree1a6ede12d155c74818d7cf55c14350920a2b41aa /robot/resources/global_properties.robot
parentdb7987998ad6bc05de07d1e7de8dbb788dbd6cce (diff)
TEST-16 Create global variable for default key
Alternate key may be provided by setting varialble GLOBAL_VM_PRIVATE_KEY=<path to key> and updating the pub_key in the _preload_parameters.py Change-Id: I3abcaf8a38aa0bc5fdc0c2b2ac0796b9f5820f46 Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r--robot/resources/global_properties.robot1
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot
index 442a69cf..871f9929 100644
--- a/robot/resources/global_properties.robot
+++ b/robot/resources/global_properties.robot
@@ -24,3 +24,4 @@ ${GLOBAL_BUILD_NUMBER} 0
${GLOBAL_VID_UI_TIMEOUT_SHORT} 20s
${GLOBAL_VID_UI_TIMEOUT_MEDIUM} 60s
${GLOBAL_VID_UI_TIMEOUT_LONG} 120s
+${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pvt \ No newline at end of file