BjornMagnussonXA | 42dcb26 | 2019-04-26 19:29:54 +0000 | [diff] [blame^] | 1 | #!/bin/bash |
| 2 | |
| 3 | TC_ONELINE_DESCR="One 50MB file from one PNF in one event using SFTP, from poll to publish" |
| 4 | |
| 5 | . ../common/testcase_common.sh $1 $2 |
| 6 | |
| 7 | #### TEST BEGIN #### |
| 8 | |
| 9 | clean_containers |
| 10 | |
| 11 | export DR_TC="--tc normal" |
| 12 | export DR_REDIR_TC="--tc normal" |
| 13 | export MR_TC="--tc102" |
| 14 | export BC_TC="" |
| 15 | export NUM_FTPFILES="1" |
| 16 | export NUM_PNFS="1" |
| 17 | export FILE_SIZE="50MB" |
| 18 | export FTP_TYPE="SFTP" |
| 19 | |
| 20 | log_sim_settings |
| 21 | |
| 22 | start_simulators |
| 23 | |
| 24 | mr_equal ctr_requests 0 60 |
| 25 | dr_equal ctr_published_files 0 60 |
| 26 | |
| 27 | mr_print tc_info |
| 28 | dr_print tc_info |
| 29 | drr_print tc_info |
| 30 | |
| 31 | start_dfc |
| 32 | |
| 33 | dr_equal ctr_published_files 1 60 |
| 34 | |
| 35 | sleep_wait 30 |
| 36 | |
| 37 | dr_equal ctr_published_files 1 |
| 38 | |
| 39 | mr_greater ctr_requests 1 |
| 40 | |
| 41 | mr_equal ctr_events 1 |
| 42 | mr_equal ctr_unique_files 1 |
| 43 | mr_equal ctr_unique_PNFs 1 |
| 44 | |
| 45 | dr_equal ctr_publish_query 1 |
| 46 | dr_equal ctr_publish_query_published 0 |
| 47 | dr_equal ctr_publish_query_not_published 1 |
| 48 | dr_equal ctr_publish_req 1 |
| 49 | dr_equal ctr_publish_req_redirect 1 |
| 50 | dr_equal ctr_publish_req_published 0 |
| 51 | dr_equal ctr_published_files 1 |
| 52 | dr_equal ctr_double_publish 0 |
| 53 | |
| 54 | drr_equal ctr_publish_requests 1 |
| 55 | drr_equal ctr_publish_responses 1 |
| 56 | |
| 57 | drr_equal dwl_volume 50000000 |
| 58 | |
| 59 | check_dfc_log |
| 60 | |
| 61 | |
| 62 | #### TEST COMPLETE #### |
| 63 | |
| 64 | store_logs END |
| 65 | |
| 66 | print_result |