X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=plans%2Fdcaegen2-collectors-datafile%2FFunctional-suite%2Fsetup.sh;h=2dc7e945c9e305e78fff9763e933060536099d98;hb=532cd635c7ad5561657b2a64d423aad611969b66;hp=f04b2303cb4662fc250eedbae237bd6a8b5aad25;hpb=aa686f94515f61d89652a587b92447c8f3dbe2d2;p=integration%2Fcsit.git diff --git a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh index f04b2303..2dc7e945 100644 --- a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh +++ b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh @@ -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.