blob: 960ea96796c374bd0720d4a8ede221221500040c [file] [log] [blame]
BjornMagnussonXAa79a0432019-07-17 08:26:50 +00001#!/bin/bash
2
3TC_ONELINE_DESCR="25 events for each 4 feeds with 100 1MB files per event from one PNF using SFTP, 1 change id with no feed, 1 change with one feed and two change id to one feed."
4
5. ../common/testcase_common.sh $1 $2
6
7#### TEST BEGIN ####
8
9clean_containers
10
11export MR_TC="--tc111"
12export MR_GROUPS="OpenDcae-c12:PM_MEAS_FILES:CTR_MEAS_FILES:LOG_FILES:TEMP_FILES"
13export MR_FILE_PREFIX_MAPPING="PM_MEAS_FILES:A,CTR_MEAS_FILES:B,LOG_FILES:C,TEMP_FILES:D"
14
15export DR_TC="--tc normal"
16export DR_FEEDS="2:B,3:C:D"
17
18export DR_REDIR_TC="--tc normal"
19export DR_REDIR_FEEDS="2:B,3:C:D"
20
21export NUM_FTPFILES="200"
22export NUM_PNFS="1"
23export FILE_SIZE="1MB"
24export FTP_TYPE="SFTP"
25export FTP_FILE_PREFIXES="A,B,C,D"
26export NUM_FTP_SERVERS=1
27
28log_sim_settings
29
30start_simulators
31
32consul_config_app 0 "../simulator-group/consul/c12_feed2_CTR_feed3_LOG_TEMP.json"
BjornMagnussonXAa79a0432019-07-17 08:26:50 +000033
34mr_equal ctr_requests 0 60
35dr_equal ctr_published_files 0 60
36
37mr_print tc_info
38dr_print tc_info
39drr_print tc_info
40
41start_dfc 0
42
43dr_equal ctr_published_files 588 2000
44dr_equal ctr_published_files/2 196
45dr_equal ctr_published_files/3 392
46sleep_wait 30
47
48dr_equal ctr_published_files 588
49dr_equal ctr_published_files/2 196
50dr_equal ctr_published_files/3 392
51
52mr_greater ctr_requests 100
53
54mr_equal ctr_events 100
55mr_equal ctr_unique_files 784
56mr_equal ctr_unique_PNFs 1
57
58dr_equal ctr_publish_query 588
59dr_equal ctr_publish_query/2 196
60dr_equal ctr_publish_query/3 392
61dr_equal ctr_publish_query_bad_file_prefix 0
62dr_equal ctr_publish_query_published 0
63dr_equal ctr_publish_query_not_published 588
64dr_equal ctr_publish_query_not_published/2 196
65dr_equal ctr_publish_query_not_published/3 392
66dr_equal ctr_publish_req 588
67dr_equal ctr_publish_req/2 196
68dr_equal ctr_publish_req/3 392
69dr_equal ctr_publish_req_bad_file_prefix 0
70dr_equal ctr_publish_req_redirect 588
71dr_equal ctr_publish_req_redirect/2 196
72dr_equal ctr_publish_req_redirect/3 392
73dr_equal ctr_publish_req_published 0
74dr_equal ctr_published_files 588
75dr_equal ctr_published_files/2 196
76dr_equal ctr_published_files/3 392
77dr_equal ctr_double_publish 0
78
79drr_equal ctr_publish_requests 588
80drr_equal ctr_publish_requests/2 196
81drr_equal ctr_publish_requests/3 392
82drr_equal ctr_publish_requests_bad_file_prefix 0
83drr_equal ctr_publish_responses 588
84drr_equal ctr_publish_responses/2 196
85drr_equal ctr_publish_responses/3 392
86
87drr_equal dwl_volume 588000000
88drr_equal dwl_volume/2 196000000
89drr_equal dwl_volume/3 392000000
90
91check_dfc_logs
92
93#### TEST COMPLETE ####
94
95print_all
96
97store_logs END
98
99print_result