aboutsummaryrefslogtreecommitdiffstats
path: root/tests/portal/testsuites/portal_VID.robot
diff options
context:
space:
mode:
authorGary Wu <gary.wu@futurewei.com>2019-06-17 18:56:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-17 18:56:42 +0000
commit85449f00062a6b05f7d627898f80ac306faeded2 (patch)
tree46974818215f3e15fd458e692de59f1a79525d04 /tests/portal/testsuites/portal_VID.robot
parent8952f8fdc16fb7e130e1c3a7dc3f95d1af8f787e (diff)
parentda5f32311fcaab3c7f992ef4fcbe4452c084b5f5 (diff)
Merge "bumping robotframework-onap to 0.5"
Diffstat (limited to 'tests/portal/testsuites/portal_VID.robot')
-rw-r--r--tests/portal/testsuites/portal_VID.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/portal/testsuites/portal_VID.robot b/tests/portal/testsuites/portal_VID.robot
index 473a0464..fdfa4e79 100644
--- a/tests/portal/testsuites/portal_VID.robot
+++ b/tests/portal/testsuites/portal_VID.robot
@@ -3,7 +3,7 @@ Documentation The main interface for interacting with Portal. It handles low
Library ExtendedSelenium2Library
Library RequestsClientCert
Library RequestsLibrary
-Library UUID
+Library ONAPLibrary.Utilities
Library DateTime
Resource ../global_properties.robot
Resource ../browser_setup.robot
@@ -50,7 +50,7 @@ Run Portal Get Request
[Documentation] Runs Portal Get request
[Arguments] ${data_path}
${session}= Create Session portal ${GLOBAL_PORTAL_URL}
- ${uuid}= Generate UUID
+ ${uuid}= Generate UUID4
${headers}= Create Dictionary Accept=application/json Content-Type=application/json X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID}
${resp}= Get Request portal ${data_path} headers=${headers}
Log Received response from portal ${resp.text}