FIX Datafile collector (DFC) CSITs failing 88/130488/1
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Mon, 29 Aug 2022 14:14:22 +0000 (16:14 +0200)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Mon, 29 Aug 2022 14:14:22 +0000 (16:14 +0200)
Issue-ID: DCAEGEN2-3244
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Id4149573ff55140e920c752ddbb8d0946d2c75c4

test/mocks/datafilecollector-testharness/ftpes-sftp-server/docker-compose.yml
test/mocks/datafilecollector-testharness/simulator-group/docker-compose-template.yml

index 5bc91ef..e644f1e 100644 (file)
@@ -4,7 +4,7 @@ services:
 
   sftp-server1:
     container_name: sftp-server1
-    image: atmoz/sftp:alpine
+    image: atmoz/sftp:alpine-3.7
     ports:
       - "1022:22"
     volumes:
index 255d732..005a5c0 100644 (file)
@@ -74,7 +74,7 @@ services:
     networks:
       - dfcnet
     container_name: dfc_sftp-server0
-    image: atmoz/sftp:alpine
+    image: atmoz/sftp:alpine-3.7
     ports:
       - "1022:22"
     restart: on-failure
@@ -84,7 +84,7 @@ services:
     networks:
       - dfcnet
     container_name: dfc_sftp-server1
-    image: atmoz/sftp:alpine
+    image: atmoz/sftp:alpine-3.7
     ports:
       - "1023:22"
     restart: on-failure
@@ -94,7 +94,7 @@ services:
     networks:
       - dfcnet
     container_name: dfc_sftp-server2
-    image: atmoz/sftp:alpine
+    image: atmoz/sftp:alpine-3.7
     ports:
       - "1024:22"
     restart: on-failure
@@ -104,7 +104,7 @@ services:
     networks:
       - dfcnet
     container_name: dfc_sftp-server3
-    image: atmoz/sftp:alpine
+    image: atmoz/sftp:alpine-3.7
     ports:
       - "1025:22"
     restart: on-failure
@@ -114,7 +114,7 @@ services:
     networks:
       - dfcnet
     container_name: dfc_sftp-server4
-    image: atmoz/sftp:alpine
+    image: atmoz/sftp:alpine-3.7
     ports:
       - "1026:22"
     restart: on-failure