diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2023-07-12 12:03:55 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2023-07-12 12:04:04 -0400 |
commit | 0fbd752b37e66a06fe419ba7d607d786f5bf8582 (patch) | |
tree | 7d3e9697bdcaf059b8cd1d156a2e3763db1e2850 /csit/resources/tests/apex-pdp-test.robot | |
parent | bdced49a2f16f1787088aa4f1013d8a07be51ec4 (diff) |
Remove statistics from csit tests
Removing the db based statistics tests from csit first,
so that later when we remove the actual code from repos
the builds are not affected.
Issue-ID: POLICY-4109
Change-Id: If21ffe93f000e605e4f7690cfc4e7986346fe67f
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'csit/resources/tests/apex-pdp-test.robot')
-rw-r--r-- | csit/resources/tests/apex-pdp-test.robot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/csit/resources/tests/apex-pdp-test.robot b/csit/resources/tests/apex-pdp-test.robot index f30af62d..b0232263 100644 --- a/csit/resources/tests/apex-pdp-test.robot +++ b/csit/resources/tests/apex-pdp-test.robot @@ -21,12 +21,9 @@ ExecuteApexSampleDomainPolicy Set Test Variable ${policyName} onap.policies.native.apex.Sampledomain ${postjson}= Get File ${CURDIR}/data/${policyName}.json CreatePolicy /policy/api/v1/policytypes/onap.policies.native.Apex/versions/1.0.0/policies 200 ${postjson} ${policyName} 1.0.0 - Wait Until Keyword Succeeds 3 min 5 sec VerifyPdpStatistics 0 0 0 0 DeployPolicy Wait Until Keyword Succeeds 2 min 5 sec QueryPolicyStatus ${policyName} defaultGroup apex ${pdpName} onap.policies.native.Apex - Wait Until Keyword Succeeds 3 min 5 sec VerifyPdpStatistics 1 1 0 0 Wait Until Keyword Succeeds 4 min 5 sec RunEventOnApexEngine - Wait Until Keyword Succeeds 3 min 5 sec VerifyPdpStatistics 1 1 1 1 ExecuteApexTestPnfPolicy Set Test Variable ${policyName} onap.policies.apex.pnf.Test |