Rename Subscrption Perf Test class to fit filename 24/136024/1
authorToineSiebelink <toine.siebelink@est.tech>
Tue, 26 Sep 2023 07:20:11 +0000 (08:20 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Tue, 26 Sep 2023 07:20:11 +0000 (08:20 +0100)
Issue-ID: CPS-1881
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I6b18d13fd8f1f877eb21fee783bc3fc8515a575c

integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmDataSubscriptionsPerfTest.groovy

index 00e2d07..7e7dedf 100644 (file)
@@ -26,7 +26,7 @@ import org.onap.cps.spi.model.DataNode
 
 import static org.onap.cps.spi.FetchDescendantsOption.INCLUDE_ALL_DESCENDANTS
 
-class CmDataSubscribersPerfTest extends NcmpPerfTestBase {
+class CmDataSubscriptionsPerfTest extends NcmpPerfTestBase {
 
     def datastore1cmHandlePlaceHolder = '{"datastores":{"datastore":[{"name":"ds-1","cm-handles":{"cm-handle":[]}}]}}'
     def xPathForDataStore1CmHandles = '/datastores/datastore[@name="ds-1"]/cm-handles'