Update CM Handle API Query Performance Test Title and Expectation 31/141531/1
authorToineSiebelink <toine.siebelink@est.tech>
Tue, 15 Jul 2025 07:56:58 +0000 (08:56 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Tue, 15 Jul 2025 07:56:58 +0000 (08:56 +0100)
Issue-ID: CPS-2840
Change-Id: Ia815bdbb8931fff7aba8cb2d8036d688e300c86a
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmHandleSearchApiPerfTest.groovy

index 4666251..d5d4690 100644 (file)
@@ -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)
     }
 
 }