Update DFC tests to use file based conifg
[integration/csit.git] / plans / dcaegen2-collectors-datafile / Functional-suite / setup.sh
index f04b230..2dc7e94 100644 (file)
@@ -22,6 +22,9 @@ else
        echo "Using SIM_ROOT from environmental variable: " $SIM_ROOT
 fi
 
+#Prepare DFC config volume
+mkdir $SIM_ROOT/simulator-group/dfc_config_volume || true
+
 #Location of the above simulators when run as a group. For start+config and stop.
 SIMGROUP_ROOT=$SIM_ROOT/simulator-group
 
@@ -58,8 +61,5 @@ cp -r ../ftpes-sftp-server/tls .
 cd ../ftpes-sftp-server
 docker build -t ftpes_vsftpd:latest -f Dockerfile-ftpes .
 
-cd ../http-https-server
-docker build -t http_https_httpd:latest -f Dockerfile-http-https .
-
 #All containers will be started and stopped via the robot tests.