diff options
author | liamfallon <liam.fallon@est.tech> | 2022-07-14 13:29:58 +0100 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2022-07-14 17:02:50 +0000 |
commit | a660edad49ed1200c05206b4c38f80b657628c8e (patch) | |
tree | 7558a7e2523183556a7cc79a6e2253b4d52e1a23 /csit/pap | |
parent | 0c72235988a59536c0f2ca3628695920b9c77dc1 (diff) |
Move policy-gui CSIT config files
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>
Diffstat (limited to 'csit/pap')
-rw-r--r-- | csit/pap/tests/pap-test.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/pap/tests/pap-test.robot b/csit/pap/tests/pap-test.robot index b6c9a502..c2ad8370 100644 --- a/csit/pap/tests/pap-test.robot +++ b/csit/pap/tests/pap-test.robot @@ -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 |