aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2023-09-26 08:20:11 +0100
committerToineSiebelink <toine.siebelink@est.tech>2023-09-26 08:20:11 +0100
commit8e02ac7b634285fbb3ab2e8da5b4c94707b6b1d4 (patch)
tree4fa055ed16e7dcf3c016d9bc379c3c909c02c0b8
parent7cdd659c994607285bc8f5093905938a478d43c6 (diff)
Rename Subscrption Perf Test class to fit filename
Issue-ID: CPS-1881 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I6b18d13fd8f1f877eb21fee783bc3fc8515a575c
-rw-r--r--integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmDataSubscriptionsPerfTest.groovy2
1 files changed, 1 insertions, 1 deletions
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'