diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2019-01-18 12:32:36 +0100 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-02-06 06:15:55 -0800 |
commit | 62f7418c1ceee4dd213eb04d63d3bafecb9d0a72 (patch) | |
tree | d27b45670f5fbc7c4074462ebc882c0ac48cb2ee /test/mocks | |
parent | 62163beebaa5fc9742eff6ca6262b9d04743a28a (diff) |
Bump pnfsimulator to 4.0.0-SNAPSHOT
Change-Id: I955e2befdcb95a2b50fa3c3ba0d5a734d85fd753
Issue-ID: INT-821
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/mocks')
-rw-r--r-- | test/mocks/pnfsimulator/README.md | 7 | ||||
-rw-r--r-- | test/mocks/pnfsimulator/docker-compose.yml | 2 | ||||
-rw-r--r-- | test/mocks/pnfsimulator/pom.xml | 2 |
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> |