aboutsummaryrefslogtreecommitdiffstats
path: root/tests/portal/testsuites/test1.robot
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-17 13:20:10 -0400
committerDR695H <dr695h@att.com>2019-06-17 13:20:10 -0400
commitda5f32311fcaab3c7f992ef4fcbe4452c084b5f5 (patch)
tree889209e5a006e7f2beb0ee03d9c7cbc6a0af194a /tests/portal/testsuites/test1.robot
parentec1d73a19c4fb2e8620b84ea533c6af584a817ce (diff)
bumping robotframework-onap to 0.5
Issue-ID: TEST-158 Change-Id: I457203521765773e4f831bd1d151d8d80ca58ba7 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'tests/portal/testsuites/test1.robot')
-rw-r--r--tests/portal/testsuites/test1.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/portal/testsuites/test1.robot b/tests/portal/testsuites/test1.robot
index 516fb0d4..d3196f83 100644
--- a/tests/portal/testsuites/test1.robot
+++ b/tests/portal/testsuites/test1.robot
@@ -4,7 +4,7 @@ Library ExtendedSelenium2Library
Library OperatingSystem
Library eteutils/RequestsClientCert.py
Library RequestsLibrary
-Library eteutils/UUID.py
+Library ONAPLibrary.Utilities
Library DateTime
Library Collections
Library eteutils/StringTemplater.py
@@ -259,7 +259,7 @@ Run Portal Get Request
[Documentation] Runs Portal Get request
[Arguments] ${data_path}
${session}= Create Session portal ${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}
'#n171'>171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216