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>
      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
 
     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
 
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END======================================================
 
-tmout=120
+tmout=300
 cmd=
 while getopts c:t: opt; do
     case "$opt" in