Refactored Asynchronous tests to integration 79/72679/4
authorliamfallon <liam.fallon@ericsson.com>
Wed, 14 Nov 2018 17:01:39 +0000 (17:01 +0000)
committerliamfallon <liam.fallon@ericsson.com>
Thu, 15 Nov 2018 11:24:59 +0000 (11:24 +0000)
commitcf0521066debe5c7f5d63c0086b6fa59d80b42ff
tree509c540c014669c50ea7a6a972f396fef6276567
parent32497610bd7bc721bb73f0d753fc1426bba677e2
Refactored Asynchronous tests to integration

Moved the tests of asynchronous and synchronous inputs and outputs
for Apex from benchmark tests to integration tests which is where
they should be. Also the tests were amended to use the common
integration test data.

Change-Id: Id2d098b0a7d70c50dbb4547b0386cc7bcf6245a9
Issue-ID: POLICY-954
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
22 files changed:
testsuites/integration/integration-common/src/main/resources/examples/events/SampleDomain/EventsInMulti0.json [moved from testsuites/integration/integration-common/src/main/resources/examples/events/SampleDomain/EventsInMulti0.jsons with 100% similarity]
testsuites/integration/integration-common/src/main/resources/examples/events/SampleDomain/EventsInMulti1.json [moved from testsuites/integration/integration-common/src/main/resources/examples/events/SampleDomain/EventsInMulti1.jsons with 100% similarity]
testsuites/integration/integration-common/src/main/resources/examples/events/SampleDomain/EventsInMulti2.json [moved from testsuites/integration/integration-common/src/main/resources/examples/events/SampleDomain/EventsInMulti2.jsons with 100% similarity]
testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/events/syncasync/AsyncEventMimoTest.java [new file with mode: 0644]
testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/events/syncasync/AsyncEventMisoTest.java [moved from testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/testsuites/performance/benchmark/engine/main/TestAsyncEventMimo.java with 58% similarity]
testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/events/syncasync/AsyncEventSimoTest.java [moved from testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/testsuites/performance/benchmark/engine/main/TestAsyncEventSimo.java with 57% similarity]
testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/events/syncasync/AsyncEventSisoTest.java [moved from testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/testsuites/performance/benchmark/engine/main/TestSyncEventSiso.java with 58% similarity]
testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/events/syncasync/BaseEventTest.java [new file with mode: 0644]
testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/events/syncasync/SyncEventMimoTest.java [moved from testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/testsuites/performance/benchmark/engine/main/TestSyncEventMimo.java with 57% similarity]
testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/events/syncasync/SyncEventSisoTest.java [moved from testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/testsuites/performance/benchmark/engine/main/TestAsyncEventSiso.java with 58% similarity]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/testsuites/performance/benchmark/engine/main/BaseTest.java [deleted file]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/testsuites/performance/benchmark/engine/main/TestAsyncEventMiso.java [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/events/EventsInMulti0.json [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/events/EventsInMulti1.json [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/events/EventsInMulti2.json [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/events/EventsInSingle.json [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventAsyncMIMO.json [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventAsyncMISO.json [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventAsyncSIMO.json [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventAsyncSISO.json [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventSyncMIMO.json [deleted file]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventSyncSISO.json [deleted file]