aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPriyank Maheshwari <priyank.maheshwari@est.tech>2023-09-26 07:55:06 +0000
committerGerrit Code Review <gerrit@onap.org>2023-09-26 07:55:06 +0000
commitfbc17e6df9192a9a7bd257d47a07e30ab7ff3322 (patch)
tree78cbbb6be83506f836048d9602f496eb195d9d13
parent44ff493a5e1f32b0566fa6f9826e99da08998faa (diff)
parent8e02ac7b634285fbb3ab2e8da5b4c94707b6b1d4 (diff)
Merge "Rename Subscrption Perf Test class to fit filename"
-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'