aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration
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/integration
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/integration')
-rw-r--r--tests/integration/vCPE/test1.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/vCPE/test1.robot b/tests/integration/vCPE/test1.robot
index 1dd7c1bb..d07bf6e4 100644
--- a/tests/integration/vCPE/test1.robot
+++ b/tests/integration/vCPE/test1.robot
@@ -4,7 +4,7 @@ Suite Teardown Suite Teardown
Library OperatingSystem
Library RequestsLibrary
Library Process
-Library eteutils/UUID.py
+Library ONAPLibrary.Utilities
*** Variables ***
${GLOBAL_APPLICATION_ID} csit-vCPE
@@ -15,7 +15,7 @@ ${GLOBAL_MSO_PASSWORD} password1$
SO ServiceInstance health check
${auth}= Create List ${GLOBAL_MSO_USERNAME} ${GLOBAL_MSO_PASSWORD}
${session}= Create Session so http://${SO_IP}:8080
- ${uuid}= Generate UUID
+ ${uuid}= Generate UUID4
${headers}= Create Dictionary Accept=text/html Content-Type=text/html X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID}
${resp}= Get Request so /ecomp/mso/infra/globalhealthcheck headers=${headers}
&{headers}= Create Dictionary Authorization=Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA== Content-Type=application/json Accept=application/json