Fix CSITs in Jakarta 66/131566/1
authorliamfallon <liam.fallon@est.tech>
Wed, 19 Oct 2022 16:03:03 +0000 (17:03 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 19 Oct 2022 16:03:07 +0000 (17:03 +0100)
Quote the SO password
Extend the PAP timeout

Issue-ID: POLICY-4393
Change-Id: I457d1d3121376350a026c060513194975b7caeec
Signed-off-by: liamfallon <liam.fallon@est.tech>
csit/config/drools-applications/env/base.conf
csit/config/drools-pdp/env/base.conf
csit/pap/tests/pap-test.robot
csit/run-project-csit.sh

index c3cf80f..fc67bf4 100644 (file)
@@ -126,7 +126,7 @@ SO_PORT=6669
 SO_CONTEXT_URI=
 SO_URL=http://message-router:6669/
 SO_USERNAME=InfraPortalClient
-SO_PASSWORD=password1$
+SO_PASSWORD='password1$'
 
 # VFC
 
index 4bd7632..d4087c6 100644 (file)
@@ -121,7 +121,7 @@ SO_PORT=8080
 SO_CONTEXT_URI=onap/so/infra/
 SO_URL=http://vm1.mso.simpledemo.onap.org:8080/onap/so/infra
 SO_USERNAME=InfraPortalClient
-SO_PASSWORD=password1$
+SO_PASSWORD='password1$'
 
 # VFC
 
index c2ad837..8bf3230 100644 (file)
@@ -106,7 +106,7 @@ QueryPdpGroupsAfterUndeploy
 
 QueryPolicyAuditAfterUnDeploy
     [Documentation]   Verify policy audit record after undeploy
-    Sleep             60 seconds
+    Sleep             130 seconds
     QueryPolicyAudit  /policy/pap/v1/policies/audit  200  testGroup  pdpTypeA  onap.restart.tca  UNDEPLOYMENT
 
 QueryPolicyAuditWithMetadataSetAfterUnDeploy
index fd20c6a..6a4a9bb 100755 (executable)
@@ -132,7 +132,6 @@ function source_safely() {
 
 if $(docker images | grep -q "onap\/policy-api")
 then
-    echo where
     export CONTAINER_LOCATION=$(
         docker images |
         grep onap/policy-api |