diff options
author | BjornMagnussonXA <bjorn.magnusson@est.tech> | 2019-03-22 09:48:38 +0000 |
---|---|---|
committer | BjornMagnussonXA <bjorn.magnusson@est.tech> | 2019-03-22 09:48:38 +0000 |
commit | f8b34f0d559711d14b95baabcb07e55d5dd9190e (patch) | |
tree | 6b7ea608e76efc170b184187daa1cb4dc80da2ed /test/mocks/datafilecollector-testharness/ftps-sftp-server/README.md | |
parent | 921c7baee8511eac0aa972139df3a238ac56299b (diff) |
Updated simulators for DFC
mr sim has a number of new test cases
Docker files/docker compose files added.
Minor adjustment to scripts.
Issue-ID: DCAEGEN2-1313
Change-Id: I0246a9d5c855cda4e7dea9830928cae98c5e1284
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Diffstat (limited to 'test/mocks/datafilecollector-testharness/ftps-sftp-server/README.md')
-rw-r--r-- | test/mocks/datafilecollector-testharness/ftps-sftp-server/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mocks/datafilecollector-testharness/ftps-sftp-server/README.md b/test/mocks/datafilecollector-testharness/ftps-sftp-server/README.md index 5a1660126..3bd67404a 100644 --- a/test/mocks/datafilecollector-testharness/ftps-sftp-server/README.md +++ b/test/mocks/datafilecollector-testharness/ftps-sftp-server/README.md @@ -15,6 +15,12 @@ Source: https://docs.docker.com/install/linux/linux-postinstall/ then logout-login to activate it. +###Prepare files for the simulator +Run `prepare.sh` with an argument found in `test_cases.yml` (or add a new tc in that file) to create files (1MB, 5MB and 50MB files) and a large number of +symbolic links to these files to simulate PM files. The files names maches the files in +the events produced by the MR simulator. The dirs with the files will be mounted +by the ftp containers, defined in the docker-compse file, when started + ###Starting/stopping the FTPS/SFTP server(s) Start: `docker-compose up` |