Added support for Consul/CBS and multiple DFCs 84/91584/1
authorBjornMagnussonXA <bjorn.magnusson@est.tech>
Wed, 17 Jul 2019 08:26:50 +0000 (08:26 +0000)
committerBjornMagnussonXA <bjorn.magnusson@est.tech>
Wed, 17 Jul 2019 08:26:50 +0000 (08:26 +0000)
commita79a043b5a99fa05e9f73559ff1c3b2e36bd70c0
tree68467182b78b7ac58f183483ecd97749ef4e824a
parentc98471c6541573d73edc677272f23e06c6c28dbc
Added support for Consul/CBS and multiple DFCs

Issue-ID: INT-1155
Change-Id: I3c1ed2f6072655c4396e406ddfd490d3786fe4d6
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
83 files changed:
test/mocks/datafilecollector-testharness/auto-test/.gitignore
test/mocks/datafilecollector-testharness/auto-test/25h_backlog_1MB_FTPS.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/25h_backlog_1MB_SFTP.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/AllTestCasesSuite.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/AutoTestTest.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/DFC_FileRetentionSuite.sh
test/mocks/datafilecollector-testharness/auto-test/FTC1.sh
test/mocks/datafilecollector-testharness/auto-test/FTC10.sh
test/mocks/datafilecollector-testharness/auto-test/FTC100.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC11.sh
test/mocks/datafilecollector-testharness/auto-test/FTC12.sh
test/mocks/datafilecollector-testharness/auto-test/FTC13.sh
test/mocks/datafilecollector-testharness/auto-test/FTC14.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC15.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC2.sh
test/mocks/datafilecollector-testharness/auto-test/FTC20.sh
test/mocks/datafilecollector-testharness/auto-test/FTC200.sh
test/mocks/datafilecollector-testharness/auto-test/FTC21.sh
test/mocks/datafilecollector-testharness/auto-test/FTC210.sh
test/mocks/datafilecollector-testharness/auto-test/FTC220.sh
test/mocks/datafilecollector-testharness/auto-test/FTC3.sh
test/mocks/datafilecollector-testharness/auto-test/FTC30.sh
test/mocks/datafilecollector-testharness/auto-test/FTC31.sh
test/mocks/datafilecollector-testharness/auto-test/FTC32.sh
test/mocks/datafilecollector-testharness/auto-test/FTC33.sh
test/mocks/datafilecollector-testharness/auto-test/FTC4.sh
test/mocks/datafilecollector-testharness/auto-test/FTC40.sh
test/mocks/datafilecollector-testharness/auto-test/FTC5.sh
test/mocks/datafilecollector-testharness/auto-test/FTC50.sh
test/mocks/datafilecollector-testharness/auto-test/FTC6.sh
test/mocks/datafilecollector-testharness/auto-test/FTC60.sh
test/mocks/datafilecollector-testharness/auto-test/FTC61.sh
test/mocks/datafilecollector-testharness/auto-test/FTC70.sh
test/mocks/datafilecollector-testharness/auto-test/FTC71.sh
test/mocks/datafilecollector-testharness/auto-test/FTC80.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC81.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/FTC90.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/auto-test/MaxFiles1MB_FTPS_24h.sh
test/mocks/datafilecollector-testharness/auto-test/MaxFiles1MB_SFTP_24h.sh
test/mocks/datafilecollector-testharness/auto-test/README.md
test/mocks/datafilecollector-testharness/auto-test/Stability1MB_FTPS_72h.sh
test/mocks/datafilecollector-testharness/auto-test/Stability1MB_SFTP_72h.sh
test/mocks/datafilecollector-testharness/common/test_env.sh
test/mocks/datafilecollector-testharness/common/testcase_common.sh
test/mocks/datafilecollector-testharness/common/testsuite_common.sh
test/mocks/datafilecollector-testharness/dr-sim/Dockerfile
test/mocks/datafilecollector-testharness/dr-sim/dmaapDR.js
test/mocks/datafilecollector-testharness/dr-sim/dmaapDR_redir.js
test/mocks/datafilecollector-testharness/ftps-sftp-server/Dockerfile-ftps [new file with mode: 0644]
test/mocks/datafilecollector-testharness/ftps-sftp-server/configuration/vsftpd_ssl.conf
test/mocks/datafilecollector-testharness/mr-sim/README.md
test/mocks/datafilecollector-testharness/mr-sim/mr-sim.py
test/mocks/datafilecollector-testharness/simulator-group/.gitignore
test/mocks/datafilecollector-testharness/simulator-group/Dockerfile-sim-monitor [deleted file]
test/mocks/datafilecollector-testharness/simulator-group/README.md
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed1_PM.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed1_PM_feed2_CTR.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_CTR.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_CTR_feed3_LOG_TEMP.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed3_PM_CTR.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c13_feed2_CTR.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c14_feed3_LOG.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c15_feed1_PM_feed4_TEST.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/c16_feed4_TEST_feed5_TEMP.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/consul/cbs_config.hcl [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/consul/cbs_localhost_config.hcl [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/dmaap_feed1.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/dmaap_feed1_2_3_4.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/dmaap_feed1_2_3_4_5.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/dmaap_feed2.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/dmaap_feed2_3.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul/dmaap_feed3.json [new file with mode: 0644]
test/mocks/datafilecollector-testharness/simulator-group/consul_config.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/simulator-group/dfc-internal-stats.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/simulator-group/docker-compose-setup.sh
test/mocks/datafilecollector-testharness/simulator-group/docker-compose-template.yml
test/mocks/datafilecollector-testharness/simulator-group/prepare-images.sh [new file with mode: 0755]
test/mocks/datafilecollector-testharness/simulator-group/setup-ftp-files-for-image.sh
test/mocks/datafilecollector-testharness/simulator-group/sim-monitor-start.sh
test/mocks/datafilecollector-testharness/simulator-group/sim-monitor.js
test/mocks/datafilecollector-testharness/simulator-group/simulators-kill.sh
test/mocks/datafilecollector-testharness/simulator-group/simulators-start.sh