diff options
author | Suresh Charan <suresh.charan@bell.ca> | 2023-06-07 20:57:51 -0400 |
---|---|---|
committer | Suresh Charan <suresh.charan@bell.ca> | 2023-08-08 15:43:35 -0400 |
commit | ff1698142a22a4811895d2ac7047fbadbb36b396 (patch) | |
tree | 1df82733a09f7ca4cc5c9aa71531788e6d5ce1d7 /testsuites/stability/src/main | |
parent | 420bfcb0e6406da21d6f4d5f8c243e68f113f76b (diff) |
Removed db-based statistics feature
DB-based statistics code cleanup
Issue-ID: POLICY-4109
Change-Id: I298d6c1df6916e399694b4f98e4ef5355deb16af
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Diffstat (limited to 'testsuites/stability/src/main')
-rw-r--r-- | testsuites/stability/src/main/resources/setup/config/papParameters.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/stability/src/main/resources/setup/config/papParameters.yaml b/testsuites/stability/src/main/resources/setup/config/papParameters.yaml index bb050205..8249edd7 100644 --- a/testsuites/stability/src/main/resources/setup/config/papParameters.yaml +++ b/testsuites/stability/src/main/resources/setup/config/papParameters.yaml @@ -37,7 +37,6 @@ pap: stateChangeParameters: maxRetryCount: 1 maxWaitMs: 30000 - savePdpStatisticsInDb: true topicParameterGroup: topicSources: - topic: POLICY-PDP-PAP |