CSIT tests for bbs-event-processor 06/83506/7
authorStavros Kanarakis <stavros.kanarakis@nokia.com>
Wed, 27 Mar 2019 17:11:43 +0000 (19:11 +0200)
committerStavros Kanarakis <stavros.kanarakis@nokia.com>
Fri, 5 Apr 2019 06:25:54 +0000 (09:25 +0300)
commit40c1ddcef93d169922cdb2b95a817e2ff50a25ce
treeec9851ef03e7f9f25279fc081f2b317e10389630
parent7aa8cd32c8458cd9a148ca8dad4c26635cab6d8b
CSIT tests for bbs-event-processor

Change-Id: Iaf4d5f47754489b111a0af90bf3cdf819d4e62f7
Issue-ID: DCAEGEN2-1355
Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
39 files changed:
plans/dcaegen2-services-bbs-event-processor/bbs-testsuites/setup.sh [new file with mode: 0644]
plans/dcaegen2-services-bbs-event-processor/bbs-testsuites/teardown.sh [new file with mode: 0644]
plans/dcaegen2-services-bbs-event-processor/bbs-testsuites/testplan.txt [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/__init__.robot [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/aai_records/aai_pnf_not_found.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/aai_records/aai_pnfs.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/aai_records/aai_services.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_with_all_fields.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_with_missing_new_old_state.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_with_missing_rgmac.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_with_missing_sourceName.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_with_wrong_sourceName.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/auth_event_without_swversion.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/auth_not_json_format.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/auth_policy_with_all_fields.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/update_event_with_all_fields.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/update_event_with_missing_attachment.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/update_event_with_missing_correlation.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/update_event_with_wrong_correlation.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/update_not_json_format.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/assets/json_events/update_policy_with_all_fields.json [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/bbs_tests.robot [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/BbsLibrary.py [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/bbs_library.robot [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/docker-compose.yml [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/AAI.py [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/AAI_simulator [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/DMaaP.py [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/DMaaP_simulator [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/certs/aai_aai.onap.org.cer [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/certs/ca_local_0.cer [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/certs/dmaap_bc_topic_mgr_dmaap_bc.onap.org.cer [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/certs/keystore.password [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/certs/org.onap.aai.key [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/certs/org.onap.dcae.jks [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/certs/org.onap.dcae.trust.jks [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/certs/org.onap.dmaap-bc.key [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/certs/truststore.password [new file with mode: 0644]
tests/dcaegen2/bbs-testcases/resources/simulator/httpServerLib.py [new file with mode: 0644]