Add HTTP to DFC CSIT tests
[integration/csit.git] / plans / dcaegen2-collectors-datafile / Functional-suite / setup.sh
index bdee34e..02572d2 100644 (file)
@@ -52,12 +52,14 @@ docker build -t drsim_common:latest .
 cd $SIMGROUP_ROOT
 
 #Copy ftp config for the ftp servers
-cp -r ../ftps-sftp-server/configuration .
-cp -r ../ftps-sftp-server/tls .
+cp -r ../ftpes-sftp-server/configuration .
+cp -r ../ftpes-sftp-server/tls .
 
-cd ../ftps-sftp-server
-docker build -t ftps_vsftpd:latest -f Dockerfile-ftps .
+cd ../ftpes-sftp-server
+docker build -t ftpes_vsftpd:latest -f Dockerfile-ftpes .
 
+cd ../http-https-server
+docker build -t http_httpd:latest -f Dockerfile-http .
 
 #All containers will be started and stopped via the robot tests.