removing requests client cert 93/88493/2
authorDR695H <dr695h@att.com>
Fri, 24 May 2019 20:14:15 +0000 (16:14 -0400)
committerGary Wu <gwu@futurewei.com>
Fri, 24 May 2019 20:28:20 +0000 (20:28 +0000)
removing requets client cert because it is now provided naitvely in the
requests library an no one is using it anyway

Change-Id: Ia0e8f7a09f672011dcf1d600a86ef16d9795a145
Issue-ID: TEST-158
Signed-off-by: DR695H <dr695h@att.com>
red.xml
robot/resources/aaf_interface.robot
robot/resources/bc_interface.robot
robot/resources/cli_interface.robot
robot/resources/mr_interface.robot
robot/resources/policy_interface.robot
robot/resources/portal_interface.robot
robot/resources/vnfsdk_interface.robot

diff --git a/red.xml b/red.xml
index 9c10abd..a510063 100644 (file)
--- a/red.xml
+++ b/red.xml
@@ -3,7 +3,6 @@
     <configVersion>1.0</configVersion>
     <relativeTo>PROJECT</relativeTo>
     <referencedLibrary type="PYTHON" name="RequestsLibrary" path="testsuite/robot/library"/>
-    <referencedLibrary type="PYTHON" name="RequestsClientCert" path="testsuite/robot/library/eteutils"/>
     <referencedLibrary type="PYTHON" name="UUID" path="testsuite/robot/library/eteutils"/>
     <referencedLibrary type="PYTHON" name="SeleniumLibrary" path="testsuite/robot/library"/>
     <referencedLibrary type="PYTHON" name="AngularJSLibrary" path="testsuite/robot/library"/>
index 15de39c..50eea52 100644 (file)
@@ -1,6 +1,5 @@
 *** Settings ***
 Documentation    The main interface for interacting with AAF. It handles low level stuff like managing the http request library and AAF required fields
-Library                  RequestsClientCert
 Library              RequestsLibrary
 Library                  UUID      
 
@@ -21,7 +20,6 @@ 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}
index 6aa2a3b..017041e 100644 (file)
@@ -1,6 +1,5 @@
 *** Settings ***
 Documentation     The main interface for interacting with Bus Controller.
-Library           RequestsClientCert
 Library           RequestsLibrary
 Library           UUID
 
index 1684a5d..01178f0 100644 (file)
@@ -1,6 +1,5 @@
 *** Settings ***
 Documentation      The main interface for interacting with CLI.
-Library              RequestsClientCert
 Library           RequestsLibrary
 
 Resource          global_properties.robot
index 0c194c1..56e114e 100644 (file)
@@ -1,6 +1,5 @@
 *** Settings ***
 Documentation     The main interface for interacting with Message router. It handles low level stuff like managing the http request library and message router required fields
-Library           RequestsClientCert
 Library           RequestsLibrary
 Library           UUID
 Library           DateTime
index 95e3651..d5f7292 100644 (file)
@@ -1,6 +1,5 @@
 *** Settings ***
 Documentation    The main interface for interacting with Policy. It handles low level stuff like managing the http request library and Policy required fields
-Library                  RequestsClientCert
 Library              RequestsLibrary
 Library           String
 Library           JSONUtils
index 67c9888..bc92501 100644 (file)
@@ -1,6 +1,5 @@
 *** Settings ***
 Documentation    The main interface for interacting with Portal. It handles low level stuff like managing the http request library and Portal required fields
-Library                RequestsClientCert
 Library        RequestsLibrary
 Library                UUID      
 Library        SeleniumLibrary
index b544822..01cacf4 100644 (file)
@@ -1,6 +1,5 @@
 *** Settings ***
 Documentation      The main interface for interacting with VNFSDK.
-Library              RequestsClientCert
 Library           RequestsLibrary
 
 Resource          global_properties.robot