aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/global_properties.robot
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-03-31 09:46:41 -0400
committerJerry Flood <jf9860@att.com>2017-03-31 09:46:57 -0400
commitad92034007d0d8b404d616389eefb55b9d3d54a3 (patch)
treebc52b1325828c78135a9b778f88e2d31ca3b0d79 /robot/resources/global_properties.robot
parent2436f54331b3e8bb45e11c069e82216aa46dc51c (diff)
TEST-16 Parameterize the location of the pvt key
Change-Id: I32e1e9f4e98672739d503748df2bf2661b58271c Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r--robot/resources/global_properties.robot3
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot
index 819f56a4..953f5283 100644
--- a/robot/resources/global_properties.robot
+++ b/robot/resources/global_properties.robot
@@ -19,4 +19,5 @@ ${GLOBAL_OPENSTACK_NEUTRON_SERVICE_TYPE} network
${GLOBAL_OPENSTACK_GLANCE_SERVICE_TYPE} image
${GLOBAL_OPENSTACK_KEYSTONE_SERVICE_TYPE} identity
${GLOBAL_AAI_CLOUD_OWNER} Rackspace
-${GLOBAL_BUILD_NUMBER} 0 \ No newline at end of file
+${GLOBAL_BUILD_NUMBER} 0
+${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pvt \ No newline at end of file