aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml
index 4e3c5a240..9612c9235 100644
--- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml
+++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml
@@ -1,6 +1,6 @@
version: '2'
networks:
- front-${I}:
+ front:
driver: bridge
ipam:
config:
@@ -12,7 +12,7 @@ services:
container_name: pnf-simulator-${I}
image: nexus3.onap.org:10003/onap/masspnf-simulator:1.0.0-SNAPSHOT
networks:
- front-${I}:
+ front:
ipv4_address: "${IPPNFSIM}"
volumes:
- ./logs:/var/log
@@ -29,7 +29,7 @@ services:
container_name: sftp-server-$I
image: atmoz/sftp:alpine
networks:
- front-${I}:
+ front:
ipv4_address: "${IPSFTP}"
ports:
- "${PORTSFTP}:22"
@@ -43,7 +43,7 @@ services:
container_name: ftpes-server-vsftpd-$I
image: docker.io/panubo/vsftpd
networks:
- front-${I}:
+ front:
ipv4_address: "${IPFTPS}"
ports:
- "${PORTFTPS}:21"