From b91a4d68790bf2d63d38db22fdee9694b91beea2 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Tue, 15 Jul 2025 08:56:58 +0100 Subject: [PATCH] Update CM Handle API Query Performance Test Title and Expectation Issue-ID: CPS-2840 Change-Id: Ia815bdbb8931fff7aba8cb2d8036d688e300c86a Signed-off-by: ToineSiebelink --- .../cps/integration/performance/ncmp/CmHandleSearchApiPerfTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmHandleSearchApiPerfTest.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmHandleSearchApiPerfTest.groovy index 4666251aaf..d5d4690ac7 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmHandleSearchApiPerfTest.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmHandleSearchApiPerfTest.groovy @@ -37,7 +37,7 @@ class CmHandleSearchApiPerfTest extends NcmpPerfTestBase { and: 'the response contains all the cm handles in the network' assert result.body.size() == TOTAL_CM_HANDLES and: 'record the resource usage' - recordAndAssertResourceUsage('CM Handle API Query Performance A', 6.0 , resourceMeter.totalTimeInSeconds, 0.0) + recordAndAssertResourceUsage('NCMP:CM Handle API Query Performance A', 4.0 , resourceMeter.totalTimeInSeconds, 0.0) } } -- 2.16.6