aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/auto-test/FTC61.sh
diff options
context:
space:
mode:
authorBjornMagnussonXA <bjorn.magnusson@est.tech>2019-07-17 08:26:50 +0000
committerBjornMagnussonXA <bjorn.magnusson@est.tech>2019-07-17 08:26:50 +0000
commita79a043b5a99fa05e9f73559ff1c3b2e36bd70c0 (patch)
tree68467182b78b7ac58f183483ecd97749ef4e824a /test/mocks/datafilecollector-testharness/auto-test/FTC61.sh
parentc98471c6541573d73edc677272f23e06c6c28dbc (diff)
Added support for Consul/CBS and multiple DFCs
Issue-ID: INT-1155 Change-Id: I3c1ed2f6072655c4396e406ddfd490d3786fe4d6 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Diffstat (limited to 'test/mocks/datafilecollector-testharness/auto-test/FTC61.sh')
-rwxr-xr-xtest/mocks/datafilecollector-testharness/auto-test/FTC61.sh70
1 files changed, 42 insertions, 28 deletions
diff --git a/test/mocks/datafilecollector-testharness/auto-test/FTC61.sh b/test/mocks/datafilecollector-testharness/auto-test/FTC61.sh
index ef480473d..861e03532 100755
--- a/test/mocks/datafilecollector-testharness/auto-test/FTC61.sh
+++ b/test/mocks/datafilecollector-testharness/auto-test/FTC61.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-TC_ONELINE_DESCR="Kill FTPs sever for 10+ sec during download"
+TC_ONELINE_DESCR="Kill FTPS sever for 10+ sec during download"
. ../common/testcase_common.sh $1 $2
@@ -8,61 +8,75 @@ TC_ONELINE_DESCR="Kill FTPs sever for 10+ sec during download"
clean_containers
+export MR_TC="--tc600"
+export MR_GROUPS="OpenDcae-c12:PM_MEAS_FILES"
+export MR_FILE_PREFIX_MAPPING="PM_MEAS_FILES:A"
+
export DR_TC="--tc normal"
+export DR_FEEDS="2:A"
+
export DR_REDIR_TC="--tc normal"
-export MR_TC="--tc600"
-export BC_TC=""
+export DR_REDIR_FEEDS="2:A"
+
export NUM_FTPFILES="2"
export NUM_PNFS="700"
export FILE_SIZE="1MB"
export FTP_TYPE="FTPS"
+export FTP_FILE_PREFIXES="A"
+export NUM_FTP_SERVERS=1
log_sim_settings
start_simulators
-mr_equal ctr_requests 0 60
-dr_equal ctr_published_files 0 60
+consul_config_app 0 "../simulator-group/consul/c12_feed2_PM.json"
+consul_config_dmaap 0 "../simulator-group/consul/dmaap_feed2.json"
+
+mr_equal ctr_requests 0 60
+dr_equal ctr_published_files 0 60
mr_print tc_info
dr_print tc_info
drr_print tc_info
-start_dfc
+start_dfc 0
-dr_greater ctr_published_files 100 200
+dr_greater ctr_published_files 100 200
-kill_ftps
-sleep_wait 10 #Server will be gone longer due to long startup time of ftp (ftp file creatation)
-start_simulators
+stop_ftps 0
+sleep_wait 30
+start_ftps 0
-dr_equal ctr_published_files 1400 400
+dr_equal ctr_published_files 1400 400
sleep_wait 30
-dr_equal ctr_published_files 1400
+dr_equal ctr_published_files 1400
-mr_greater ctr_requests 1
+mr_greater ctr_requests 1
-mr_equal ctr_events 700
-mr_equal ctr_unique_files 1400
-mr_equal ctr_unique_PNFs 700
+mr_equal ctr_events 700
+mr_equal ctr_unique_files 1400
+mr_equal ctr_unique_PNFs 700
-dr_equal ctr_publish_query 1400
-dr_equal ctr_publish_query_published 0
-dr_equal ctr_publish_query_not_published 1400
-dr_equal ctr_publish_req 1400
-dr_equal ctr_publish_req_redirect 1400
-dr_equal ctr_publish_req_published 0
-dr_equal ctr_published_files 1400
-dr_equal ctr_double_publish 0
+dr_equal ctr_publish_query 1400
+dr_equal ctr_publish_query_bad_file_prefix 0
+dr_equal ctr_publish_query_published 0
+dr_equal ctr_publish_query_not_published 1400
+dr_equal ctr_publish_req 1400
+dr_equal ctr_publish_req_bad_file_prefix 0
+dr_equal ctr_publish_req_redirect 1400
+dr_equal ctr_publish_req_published 0
+dr_equal ctr_published_files 1400
+dr_equal ctr_double_publish 0
-drr_equal ctr_publish_requests 1400
-drr_equal ctr_publish_responses 1400
+drr_equal ctr_publish_requests 1400
+drr_equal ctr_publish_requests_bad_file_prefix 0
+drr_equal ctr_publish_responses 1400
-drr_equal dwl_volume 1400000000
+drr_equal dwl_volume 1400000000
-check_dfc_log
+check_dfc_logs
#### TEST COMPLETE ####