diff options
author | DR695H <dr695h@att.com> | 2019-07-15 13:32:20 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-15 15:32:44 -0400 |
commit | 97fec22483d9410037714505b954ff80a0d15a0c (patch) | |
tree | 9b7b2662b5997be787a55597b5f14092a298bec6 /robot/resources/global_properties.robot | |
parent | 3148028e8f2e1a9cbd85d11002d3a78bfc620ba8 (diff) |
use the public key directly
using it from the property file rather than a file allows it to be set
by someon with no code change in robot
Issue-ID: TEST-167
Change-Id: If081282af993d5c55bf5d2a4eff9878cb0bb463f
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r-- | robot/resources/global_properties.robot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index fa07cd25..cdb73f4f 100644 --- a/robot/resources/global_properties.robot +++ b/robot/resources/global_properties.robot @@ -28,8 +28,6 @@ ${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 -${GLOBAL_ONAP_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/onap_dev.pvt ${GLOBAL_AAI_INDEX_PATH} /aai/v14 ${GLOBAL_AAI_ZONE_ID} nova1 ${GLOBAL_AAI_ZONE_NAME} nova |