diff options
Diffstat (limited to 'participant/participant-impl/participant-impl-simulator/src/test/resources')
-rw-r--r-- | participant/participant-impl/participant-impl-simulator/src/test/resources/application-test.yaml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/participant/participant-impl/participant-impl-simulator/src/test/resources/application-test.yaml b/participant/participant-impl/participant-impl-simulator/src/test/resources/application-test.yaml deleted file mode 100644 index 3388f01a5..000000000 --- a/participant/participant-impl/participant-impl-simulator/src/test/resources/application-test.yaml +++ /dev/null @@ -1,24 +0,0 @@ -participant: - intermediaryParameters: - reportingTimeInterval: 120000 - description: Participant Description - participantId: - version: 1.0.0 - name: org.onap.PM_CDS_Blueprint - participantType: - version: 1.0.0 - name: org.onap.PM_CDS_Blueprint - clampAutomationCompositionTopics: - topicSources: - - - topic: POLICY-ACRUNTIME-PARTICIPANT - servers: - - localhost - topicCommInfrastructure: dmaap - fetchTimeout: 15000 - topicSinks: - - - topicCommInfrastructure: dmaap - servers: - - localhost - topic: POLICY-ACRUNTIME-PARTICIPANT |