Move policy-gui CSIT config files 26/129926/4
authorliamfallon <liam.fallon@est.tech>
Thu, 14 Jul 2022 12:29:58 +0000 (13:29 +0100)
committerLiam Fallon <liam.fallon@est.tech>
Thu, 14 Jul 2022 17:02:50 +0000 (17:02 +0000)
The policy-gui config files for CSIT are in the CLAMp directory, they
should be in their own directory.

Tweaked timings on PAP CSIT to stop it timing out on post undeploy test

Issue-ID: POLICY-4137
Change-Id: I43b9972b544b98fbe083942e7fd616386f08ce55
Signed-off-by: liamfallon <liam.fallon@est.tech>
csit/config/gui/application.yaml [moved from csit/config/clamp/gui/application.yaml with 100% similarity]
csit/docker-compose-gui-smoke.yml
csit/pap/tests/pap-test.robot
csit/wait_for_port.sh

index 3ecabc1..8b983fa 100644 (file)
@@ -327,7 +327,7 @@ services:
      expose:
      - 2443
      volumes:
-     - ./config/clamp/gui/application.yaml:/opt/app/policy/gui/etc/application.yaml
+     - ./config/gui/application.yaml:/opt/app/policy/gui/etc/application.yaml
      - ./config/policy-truststore:/opt/app/policy/gui/etc/mounted/policy-truststore:ro
      - ./config/ks.jks:/opt/app/policy/gui/etc/mounted/policy-keystore:ro
      - ./wait_for_port.sh:/opt/app/policy/gui/bin/wait_for_port.sh:ro
index b6c9a50..c2ad837 100644 (file)
@@ -105,7 +105,8 @@ QueryPdpGroupsAfterUndeploy
     QueryPdpGroups  2  defaultGroup  ACTIVE  0  testGroup  ACTIVE  0
 
 QueryPolicyAuditAfterUnDeploy
-    [Documentation]  Verify policy audit record after undeploy
+    [Documentation]   Verify policy audit record after undeploy
+    Sleep             60 seconds
     QueryPolicyAudit  /policy/pap/v1/policies/audit  200  testGroup  pdpTypeA  onap.restart.tca  UNDEPLOYMENT
 
 QueryPolicyAuditWithMetadataSetAfterUnDeploy
index aec5f22..0eeb1c9 100755 (executable)
@@ -17,7 +17,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END======================================================
 
-tmout=120
+tmout=300
 cmd=
 while getopts c:t: opt; do
     case "$opt" in