<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"/>
 
 *** 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      
 
      [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}
 
 *** Settings ***
 Documentation     The main interface for interacting with Bus Controller.
-Library           RequestsClientCert
 Library           RequestsLibrary
 Library           UUID
 
 
 *** Settings ***
 Documentation      The main interface for interacting with CLI.
-Library              RequestsClientCert
 Library           RequestsLibrary
 
 Resource          global_properties.robot
 
 *** 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
 
 *** 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
 
 *** 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
 
 *** Settings ***
 Documentation      The main interface for interacting with VNFSDK.
-Library              RequestsClientCert
 Library           RequestsLibrary
 
 Resource          global_properties.robot