Update DFC tests to use file based conifg
[integration.git] / test / mocks / datafilecollector-testharness / auto-test / FTC200.sh
1 #!/bin/bash
2
3 TC_ONELINE_DESCR="DFC start, stop and hearbeat output."
4
5 . ../common/testcase_common.sh $1 $2
6
7 #### TEST BEGIN ####
8
9 clean_containers
10
11 export MR_TC="--tc100"
12 export MR_GROUPS="OpenDcae-c12:PM_MEAS_FILES"
13 export MR_FILE_PREFIX_MAPPING="PM_MEAS_FILES:A"
14
15 export DR_TC="--tc normal"
16 export DR_FEEDS="2:A"
17
18 export DR_REDIR_TC="--tc normal"
19 export DR_REDIR_FEEDS="2:A"
20
21 export BC_TC=""
22 export NUM_FTPFILES="1"
23 export NUM_PNFS="1"
24 export FILE_SIZE="1MB"
25 export FTP_TYPE="SFTP"
26 export FTP_FILE_PREFIXES="A"
27 export NUM_FTP_SERVERS=1
28
29 log_sim_settings
30
31 start_simulators
32
33 dfc_config_app   0                                    "../simulator-group/dfc_configs/c12_feed2_PM.yaml"
34
35 mr_equal            ctr_requests                         0 60
36 dr_equal            ctr_published_files                  0 60
37
38 mr_print            tc_info
39 dr_print            tc_info
40 drr_print           tc_info
41
42 start_dfc           0
43
44 dr_equal            ctr_published_files                  1 60
45
46 dfc_contain_str     0                                    heartbeat    "I'm living!"
47 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
48 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
49 dfc_contain_str     0                                    heartbeat    "I'm living"
50 dfc_contain_str     0                                    start        "Datafile Service has been started!"
51 dfc_contain_str     0                                    start        "Datafile Service is still running!"
52 dfc_contain_str     0                                    heartbeat    "I'm living"
53
54
55 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
56 dfc_contain_str     0                                    start        "Datafile Service has been started!"
57 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
58 dfc_contain_str     0                                    start        "Datafile Service has been started!"
59 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
60 dfc_contain_str     0                                    start        "Datafile Service has been started!"
61 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
62 dfc_contain_str     0                                    start        "Datafile Service has been started!"
63 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
64 dfc_contain_str     0                                    start        "Datafile Service has been started!"
65 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
66 dfc_contain_str     0                                    start        "Datafile Service has been started!"
67 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
68 dfc_contain_str     0                                    start        "Datafile Service has been started!"
69 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
70 dfc_contain_str     0                                    start        "Datafile Service has been started!"
71 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
72 dfc_contain_str     0                                    start        "Datafile Service has been started!"
73 dfc_contain_str     0                                    stopDatafile "Datafile Service has already been stopped!"
74 dfc_contain_str     0                                    start        "Datafile Service has been started!"
75
76
77
78 sleep_wait          30
79
80 dr_equal            ctr_published_files                  1
81
82 mr_greater          ctr_requests                         1
83
84 mr_equal            ctr_events                           1
85 mr_equal            ctr_unique_files                     1
86 mr_equal            ctr_unique_PNFs                      1
87
88 dr_equal            ctr_publish_query                    1
89 dr_equal            ctr_publish_query_bad_file_prefix    0
90 dr_equal            ctr_publish_query_published          0
91 dr_equal            ctr_publish_query_not_published      1
92 dr_equal            ctr_publish_req                      1
93 dr_equal            ctr_publish_req_bad_file_prefix      0
94 dr_equal            ctr_publish_req_redirect             1
95 dr_equal            ctr_publish_req_published            0
96 dr_equal            ctr_published_files                  1
97
98 drr_equal           ctr_publish_requests                 1
99 drr_equal           ctr_publish_requests_bad_file_prefix 0
100 drr_equal           ctr_publish_responses                1
101
102 drr_equal           dwl_volume                           1000000
103
104 check_dfc_logs
105
106 #### TEST COMPLETE ####
107
108 store_logs          END
109
110 print_result