diff options
author | DR695H <dr695h@att.com> | 2017-10-18 11:43:23 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-10-19 13:55:49 -0400 |
commit | 4964a1b70c9b5f0e990447384a1ee70c84ee4c81 (patch) | |
tree | 2295b77622bbdc6a282c90edd4ab31663d73403d /robot/resources/aaf_interface.robot | |
parent | 26dd72a0720f90726856bb1f510c30d62810fd87 (diff) |
removing clearwater ims example vnf
[INT-281] removing clearwater ims example vnf
Change-Id: Ia6e5863fa827a2ffd1341979aa4dbbb93fa4a4b8
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/aaf_interface.robot')
-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} |