diff options
author | Daniel Rose <dr695h@att.com> | 2017-10-19 17:57:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-19 17:57:33 +0000 |
commit | 88910b5dae96cea3ba5e69308e55f681e11fbaab (patch) | |
tree | 0c5bb1e827b57800aba9f25e2733cab918b4ceb2 /robot/resources | |
parent | c8bd42748ea4844cdba35dda7dec2d156f3acc8d (diff) | |
parent | 4964a1b70c9b5f0e990447384a1ee70c84ee4c81 (diff) |
Merge "removing clearwater ims example vnf"
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/aaf_interface.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/resources/aaf_interface.robot b/robot/resources/aaf_interface.robot index 57d4aabc..c9245913 100644 --- a/robot/resources/aaf_interface.robot +++ b/robot/resources/aaf_interface.robot @@ -21,6 +21,7 @@ Run AAF Get Request [Arguments] ${data_path} ${auth}= Create List ${GLOBAL_AAF_USERNAME} ${GLOBAL_AAF_PASSWORD} ${session}= Create Session aaf ${GLOBAL_AAF_SERVER} auth=${auth} + ${session_client}= Add Client Cert ${session} cert ${uuid}= Generate UUID ${headers}= Create Dictionary Accept=application/json Content-Type=application/json X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID} ${resp}= Get Request aaf ${data_path} headers=${headers} |