CSIT tests update for Synchronous VES collector 40/122040/1
authorPawel <pawel.kasperkiewicz@nokia.com>
Fri, 18 Jun 2021 13:26:31 +0000 (15:26 +0200)
committerPawel <pawel.kasperkiewicz@nokia.com>
Fri, 18 Jun 2021 13:26:31 +0000 (15:26 +0200)
commit1a2435d72a46d8daec2a0259275fee4842da5a9a
treed9cc01dfa41912b9adbb563952c56b90d347ad89
parentb950ff8ea39c666ba3e593d051cfd826be6fd080
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
13 files changed:
tests/dcaegen2/testcases/03__stndDefined_tests.robot
tests/dcaegen2/testcases/04__backwards_compatibility_tests.robot [new file with mode: 0644]
tests/dcaegen2/testcases/assets/json_events/ves7_batch_stdnDefined_valid.json [new file with mode: 0644]
tests/dcaegen2/testcases/assets/json_events/ves7_batch_stdnDefined_withDifferentStndDefinedNamespace.json [new file with mode: 0644]
tests/dcaegen2/testcases/assets/json_events/ves7_batch_with_different_domain.json [new file with mode: 0644]
tests/dcaegen2/testcases/resources/collector_backwards_compatibility.properties [new file with mode: 0755]
tests/dcaegen2/testcases/resources/collector_basic_auth.properties
tests/dcaegen2/testcases/resources/collector_stnd_defined.properties
tests/dcaegen2/testcases/resources/collector_stnd_defined_new_schema_map.properties
tests/dcaegen2/testcases/resources/dcae_properties.robot
tests/dcaegen2/testcases/resources/robot_library/DmaapLibrary.py
tests/dcaegen2/testcases/resources/robot_library/dmaap_simulator/DMaaPHandler.py
tests/dcaegen2/testcases/resources/robot_library/dmaap_simulator/DMaaPServer.py