diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2023-09-26 08:20:11 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2023-09-26 08:20:11 +0100 |
commit | 8e02ac7b634285fbb3ab2e8da5b4c94707b6b1d4 (patch) | |
tree | 4fa055ed16e7dcf3c016d9bc379c3c909c02c0b8 /integration-test/src/test/groovy/org/onap | |
parent | 7cdd659c994607285bc8f5093905938a478d43c6 (diff) |
Rename Subscrption Perf Test class to fit filename
Issue-ID: CPS-1881
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I6b18d13fd8f1f877eb21fee783bc3fc8515a575c
Diffstat (limited to 'integration-test/src/test/groovy/org/onap')
-rw-r--r-- | integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmDataSubscriptionsPerfTest.groovy | 2 |
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 00e2d07b3d..7e7dedfc34 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' |