blob: 88d9e57fdb9460a8a5274f5495b4fdee2297f630 [file] [log] [blame]
BjornMagnussonXA42dcb262019-04-26 19:29:54 +00001#!/bin/bash
2
3TC_ONELINE_DESCR="72800 1MB files from 700 PNFs in 3500 events in 100 polls (35 PNFs each 100 files per poll) using SFTP, from poll to publish."
4
5. ../common/testcase_common.sh $1 $2
6
7#### TEST BEGIN ####
8
9clean_containers
10
11export DR_TC="--tc normal"
12export DR_REDIR_TC="--tc normal"
13export MR_TC="--tc710"
14export BC_TC=""
15export NUM_FTPFILES="105"
16export NUM_PNFS="700"
17export FILE_SIZE="1MB"
18export FTP_TYPE="SFTP"
19
20log_sim_settings
21
22start_simulators
23
24mr_equal ctr_requests 0 60
25dr_equal ctr_published_files 0 60
26
27mr_print tc_info
28dr_print tc_info
29drr_print tc_info
30
31start_dfc
32
33dr_equal ctr_published_files 72800 18000
34
35sleep_wait 30
36
37dr_equal ctr_published_files 72800
38
39mr_greater ctr_requests 100
40
41mr_equal ctr_events 3500
42mr_equal ctr_unique_files 72800
43mr_equal ctr_unique_PNFs 700
44
45dr_equal ctr_publish_query 72800
46dr_equal ctr_publish_query_published 0
47dr_equal ctr_publish_query_not_published 72800
48dr_equal ctr_publish_req 72800
49dr_equal ctr_publish_req_redirect 72800
50dr_equal ctr_publish_req_published 0
51dr_equal ctr_published_files 72800
52dr_equal ctr_double_publish 0
53
54drr_equal ctr_publish_requests 72800
55drr_equal ctr_publish_responses 72800
56
57drr_equal dwl_volume 72800000000
58
59check_dfc_log
60
61#### TEST COMPLETE ####
62
63store_logs END
64
65print_result