aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/resources/collector_basic_auth.properties
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2021-06-18 15:26:31 +0200
committerPawel <pawel.kasperkiewicz@nokia.com>2021-06-18 15:26:31 +0200
commit1a2435d72a46d8daec2a0259275fee4842da5a9a (patch)
treed9cc01dfa41912b9adbb563952c56b90d347ad89 /tests/dcaegen2/testcases/resources/collector_basic_auth.properties
parentb950ff8ea39c666ba3e593d051cfd826be6fd080 (diff)
CSIT tests update for Synchronous VES collector
-When evens belonging to different domains are reported in eventBatch -When different stndDefinedNamespace is used if domain==stndDefined -Error codes resulting from DMaaP-MR errors, mapped to HTTP/503 Issue-ID: DCAEGEN2-1483 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I4c993e4c7bfd22981030c69e126e90bbf7e48d4a
Diffstat (limited to 'tests/dcaegen2/testcases/resources/collector_basic_auth.properties')
-rwxr-xr-xtests/dcaegen2/testcases/resources/collector_basic_auth.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/dcaegen2/testcases/resources/collector_basic_auth.properties b/tests/dcaegen2/testcases/resources/collector_basic_auth.properties
index cd417635..aff4b1bb 100755
--- a/tests/dcaegen2/testcases/resources/collector_basic_auth.properties
+++ b/tests/dcaegen2/testcases/resources/collector_basic_auth.properties
@@ -62,7 +62,7 @@ event.externalSchema.stndDefinedDataPath=/event/stndDefinedFields/data
## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile
collector.dmaap.streamid=fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance
-collector.dmaapfile=./etc/DmaapConfig.json
+collector.dmaapfile=./etc/ves-dmaap-config.json
## Event transformation Flag - when set expects configurable transformation
## defined under ./etc/eventTransform.json
@@ -71,3 +71,8 @@ event.transform.flag=1
# Describes at what frequency (measured in minutes) should application try to fetch config from CBS
collector.dynamic.config.update.frequency=5
+
+# Response compatibility (set to None to turn off ves 7.2 compatibility)
+# v7.2 response codes: 202, 500
+# None response code: 200, 413, 503
+collector.response.compatibility=v7.2