From: ToineSiebelink Date: Tue, 26 Sep 2023 07:20:11 +0000 (+0100) Subject: Rename Subscrption Perf Test class to fit filename X-Git-Tag: 3.3.8~6^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8e02ac7b634285fbb3ab2e8da5b4c94707b6b1d4;p=cps.git Rename Subscrption Perf Test class to fit filename Issue-ID: CPS-1881 Signed-off-by: ToineSiebelink Change-Id: I6b18d13fd8f1f877eb21fee783bc3fc8515a575c --- diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmDataSubscriptionsPerfTest.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmDataSubscriptionsPerfTest.groovy index 00e2d07b3..7e7dedfc3 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmDataSubscriptionsPerfTest.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmDataSubscriptionsPerfTest.groovy @@ -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'