From 8e02ac7b634285fbb3ab2e8da5b4c94707b6b1d4 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Tue, 26 Sep 2023 08:20:11 +0100 Subject: [PATCH] Rename Subscrption Perf Test class to fit filename Issue-ID: CPS-1881 Signed-off-by: ToineSiebelink Change-Id: I6b18d13fd8f1f877eb21fee783bc3fc8515a575c --- .../cps/integration/performance/ncmp/CmDataSubscriptionsPerfTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.16.6