summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mocks/pnfsimulator/README.md7
-rw-r--r--test/mocks/pnfsimulator/docker-compose.yml2
-rw-r--r--test/mocks/pnfsimulator/pom.xml2
3 files changed, 2 insertions, 9 deletions
diff --git a/test/mocks/pnfsimulator/README.md b/test/mocks/pnfsimulator/README.md
index 24359ae08..8c27bd474 100644
--- a/test/mocks/pnfsimulator/README.md
+++ b/test/mocks/pnfsimulator/README.md
@@ -66,10 +66,3 @@ In order to verify connection, please use *FileZilla* for testing.
###Developer mode
For development of PNF Simulator, run *simulator.sh* start-dev in order to run minimal necessary set of supporting services such as Netopeer of FTP servers.
After that it is possible to run PNF Simulator from IDE.
-
-
-
-
-
-
-
diff --git a/test/mocks/pnfsimulator/docker-compose.yml b/test/mocks/pnfsimulator/docker-compose.yml
index c32d0e7bd..52ded3574 100644
--- a/test/mocks/pnfsimulator/docker-compose.yml
+++ b/test/mocks/pnfsimulator/docker-compose.yml
@@ -3,7 +3,7 @@ version: '3'
services:
pnf-simulator:
container_name: pnf-simulator
- image: nexus3.onap.org:10003/onap/pnf-simulator:2.0.1-SNAPSHOT
+ image: nexus3.onap.org:10003/onap/pnf-simulator:4.0.0-SNAPSHOT
ports:
- "5000:5000"
volumes:
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml
index f11d0e2d8..254cc8e0b 100644
--- a/test/mocks/pnfsimulator/pom.xml
+++ b/test/mocks/pnfsimulator/pom.xml
@@ -12,7 +12,7 @@
<groupId>org.onap.pnfsimulator</groupId>
<artifactId>pnf-simulator</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>pnf-simulator</name>