aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--red.xml1
-rw-r--r--robot/resources/aaf_interface.robot2
-rw-r--r--robot/resources/bc_interface.robot1
-rw-r--r--robot/resources/cli_interface.robot1
-rw-r--r--robot/resources/mr_interface.robot1
-rw-r--r--robot/resources/policy_interface.robot1
-rw-r--r--robot/resources/portal_interface.robot1
-rw-r--r--robot/resources/vnfsdk_interface.robot1
8 files changed, 0 insertions, 9 deletions
diff --git a/red.xml b/red.xml
index 9c10abd2..a510063d 100644
--- 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"/>
diff --git a/robot/resources/aaf_interface.robot b/robot/resources/aaf_interface.robot
index 15de39cd..50eea525 100644
--- a/robot/resources/aaf_interface.robot
+++ b/robot/resources/aaf_interface.robot
@@ -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}
diff --git a/robot/resources/bc_interface.robot b/robot/resources/bc_interface.robot
index 6aa2a3b9..017041ec 100644
--- a/robot/resources/bc_interface.robot
+++ b/robot/resources/bc_interface.robot
@@ -1,6 +1,5 @@
*** Settings ***
Documentation The main interface for interacting with Bus Controller.
-Library RequestsClientCert
Library RequestsLibrary
Library UUID
diff --git a/robot/resources/cli_interface.robot b/robot/resources/cli_interface.robot
index 1684a5da..01178f0d 100644
--- a/robot/resources/cli_interface.robot
+++ b/robot/resources/cli_interface.robot
@@ -1,6 +1,5 @@
*** Settings ***
Documentation The main interface for interacting with CLI.
-Library RequestsClientCert
Library RequestsLibrary
Resource global_properties.robot
diff --git a/robot/resources/mr_interface.robot b/robot/resources/mr_interface.robot
index 0c194c10..56e114e0 100644
--- a/robot/resources/mr_interface.robot
+++ b/robot/resources/mr_interface.robot
@@ -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
diff --git a/robot/resources/policy_interface.robot b/robot/resources/policy_interface.robot
index 95e36518..d5f72924 100644
--- a/robot/resources/policy_interface.robot
+++ b/robot/resources/policy_interface.robot
@@ -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
diff --git a/robot/resources/portal_interface.robot b/robot/resources/portal_interface.robot
index 67c98889..bc925012 100644
--- a/robot/resources/portal_interface.robot
+++ b/robot/resources/portal_interface.robot
@@ -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
diff --git a/robot/resources/vnfsdk_interface.robot b/robot/resources/vnfsdk_interface.robot
index b544822e..01cacf4d 100644
--- a/robot/resources/vnfsdk_interface.robot
+++ b/robot/resources/vnfsdk_interface.robot
@@ -1,6 +1,5 @@
*** Settings ***
Documentation The main interface for interacting with VNFSDK.
-Library RequestsClientCert
Library RequestsLibrary
Resource global_properties.robot