aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/simulatorsetup/docker-compose-simulator.yml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-05-29 10:54:01 +0000
committerramverma <ram.krishna.verma@est.tech>2019-05-29 10:54:01 +0000
commitfb4643501d7182b3be5d6715ea0ed8966155f9f2 (patch)
treec1ceb86564a5db81da5d5136290911047b599205 /testsuites/stability/src/main/resources/simulatorsetup/docker-compose-simulator.yml
parent211741a49ada8da49a0bd6205c9c5ecf6ecd5e6b (diff)
Update pap stability testsuite
1) Adding test cases to the stability test plan. 2) Adding script & related files for setup of pap for testing 3) Adding script & related files for setup of simulator and dependencies like dmaap simulator, pdp simulator, mariadb & policy/api. Change-Id: Ib7a1e95dee108e9d8757ee18cbf5fb8c2b877274 Issue-ID: POLICY-1799 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'testsuites/stability/src/main/resources/simulatorsetup/docker-compose-simulator.yml')
-rw-r--r--testsuites/stability/src/main/resources/simulatorsetup/docker-compose-simulator.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/testsuites/stability/src/main/resources/simulatorsetup/docker-compose-simulator.yml b/testsuites/stability/src/main/resources/simulatorsetup/docker-compose-simulator.yml
new file mode 100644
index 00000000..532a798f
--- /dev/null
+++ b/testsuites/stability/src/main/resources/simulatorsetup/docker-compose-simulator.yml
@@ -0,0 +1,30 @@
+# Copyright (C) 2019 Nordix Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+version: '2'
+networks:
+ default:
+ driver: bridge
+services:
+ message-router:
+ image: dmaap/simulator
+ container_name: dmaap-simulator
+ hostname: dmaap-simulator
+ ports:
+ - "3904:3904"
+ pdp:
+ image: pdp/simulator
+ container_name: pdp-simulator
+ depends_on:
+ - message-router
+ hostname: pdp-simulator