BjornMagnussonXA | d3104ef | 2019-03-26 12:48:46 +0000 | [diff] [blame] | 1 | *** Settings *** |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 2 | Library OperatingSystem |
| 3 | Library RequestsLibrary |
| 4 | Library Process |
BjornMagnussonXA | d3104ef | 2019-03-26 12:48:46 +0000 | [diff] [blame] | 5 | |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 6 | Resource ../../resources/common-keywords.robot |
BjornMagnussonXA | d3104ef | 2019-03-26 12:48:46 +0000 | [diff] [blame] | 7 | |
| 8 | *** Variables *** |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 9 | ${CONSUL_UPL_APP} /usr/bin/curl -v http://127.0.0.1:8500/v1/kv/dfc_app0?dc=dc1 -X PUT -H 'Accept: application/json' -H 'Content-Type: application/json' -H 'X-Requested-With: XMLHttpRequest' --data-binary @${SIMGROUP_ROOT}/consul/c12_feed2_PM_MEAS.json |
| 10 | ${CONSUL_GET_APP} /usr/bin/curl -v http://127.0.0.1:8500/v1/kv/dfc_app0?raw |
| 11 | ${CBS_GET_MERGED_CONFIG} /usr/bin/curl -v http://127.0.0.1:10000/service_component_all/dfc_app0 |
BjornMagnussonXA | d3104ef | 2019-03-26 12:48:46 +0000 | [diff] [blame] | 12 | |
| 13 | *** Test Cases *** |
| 14 | |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 15 | ######## Single file, HTTP |
BjornMagnussonXA | d3104ef | 2019-03-26 12:48:46 +0000 | [diff] [blame] | 16 | |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 17 | Verify single event with single 1MB HTTP file. From event poll to published file |
| 18 | [TAGS] DFC_FUNCTIONAL_20 |
| 19 | [Documentation] Verify single event with single HTTP 1MB file from event poll to published file. |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 20 | ${cli_cmd_output}= Run Process ${DFC_ROOT}/../dfc-containers-clean.sh stderr=STDOUT |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 21 | Verify Single Event From Event Poll To Published File 1 --tc300 HTTP |
Remigiusz Janeczek | c45b798 | 2020-07-24 14:18:42 +0200 | [diff] [blame] | 22 | |
| 23 | |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 24 | Verify single event with single 5MB HTTP file. From event poll to published file |
| 25 | [TAGS] DFC_FUNCTIONAL_21 |
| 26 | [Documentation] Verify single event with single HTTP 5MB file from event poll to published file. |
| 27 | Verify Single Event From Event Poll To Published File 5 --tc301 HTTP |
Remigiusz Janeczek | c45b798 | 2020-07-24 14:18:42 +0200 | [diff] [blame] | 28 | |
| 29 | |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 30 | Verify single event with single 50MB HTTP file. From event poll to published file |
| 31 | [TAGS] DFC_FUNCTIONAL_22 |
| 32 | [Documentation] Verify single event with single HTTP 50MB file from event poll to published file. |
| 33 | Verify Single Event From Event Poll To Published File 50 --tc302 HTTP |
Remigiusz Janeczek | c45b798 | 2020-07-24 14:18:42 +0200 | [diff] [blame] | 34 | |
| 35 | |
Remigiusz Janeczek | c45b798 | 2020-07-24 14:18:42 +0200 | [diff] [blame] | 36 | *** Keywords *** |
| 37 | Verify Single Event From Event Poll To Published File |
| 38 | [Documentation] Keyword to verify single event with file with given parameters. |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 39 | [Arguments] ${file_size_in_mb} ${mr_tc} ${http_type} |
Remigiusz Janeczek | c45b798 | 2020-07-24 14:18:42 +0200 | [diff] [blame] | 40 | Set Environment Variable MR_TC ${mr_tc} |
| 41 | Set Environment Variable FILE_SIZE ${file_size_in_mb}MB |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 42 | Set Environment Variable HTTP_TYPE ${http_type} |
Remigiusz Janeczek | c45b798 | 2020-07-24 14:18:42 +0200 | [diff] [blame] | 43 | Set Default Environment Variables |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 44 | |
| 45 | ${cli_cmd_output}= Run Process ./simulators-start.sh cwd=${SIMGROUP_ROOT} |
yanhuanwang | 31c7509 | 2019-09-11 15:15:21 +0200 | [diff] [blame] | 46 | Log To Console Simulator-start: |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 47 | Log To Console ${cli_cmd_output.stdout} ${cli_cmd_output.stderr} |
| 48 | MR Sim Emitted Files Equal 0 #Verify 0 file emitted from MR sim |
| 49 | DR Sim Published Files Equal 0 #Verify 0 file published to DR sim |
| 50 | |
| 51 | ${cli_cmd_output}= Run Process ${CONSUL_UPL_APP} shell=yes |
| 52 | Log To Console Consul APP write: |
| 53 | Log To Console ${cli_cmd_output.stdout} ${cli_cmd_output.stderr} |
| 54 | |
| 55 | ${cli_cmd_output}= Run Process ${CONSUL_GET_APP} shell=yes |
| 56 | Log To Console Consul APP read: |
| 57 | Log To Console ${cli_cmd_output.stdout} ${cli_cmd_output.stderr} |
| 58 | |
| 59 | ${cli_cmd_output}= Run Process ${CBS_GET_MERGED_CONFIG} shell=yes |
| 60 | Log To Console CBS merged configuration: |
| 61 | Log To Console ${cli_cmd_output.stdout} ${cli_cmd_output.stderr} |
| 62 | |
| 63 | Sleep 10 |
| 64 | |
Remigiusz Janeczek | c45b798 | 2020-07-24 14:18:42 +0200 | [diff] [blame] | 65 | Start DFC |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 66 | |
| 67 | Wait Until Keyword Succeeds 1 minute 10 sec MR Sim Emitted Files Equal 1 #Verify 1 file emitted from MR sim |
| 68 | Wait Until Keyword Succeeds 1 minute 10 sec DR Sim Query Not Published Equal 1 #Verify 1 query response for not published files |
| 69 | Wait Until Keyword Succeeds 1 minute 10 sec DR Sim Published Files Equal 1 #Verify 1 file published to DR sim |
Remigiusz Janeczek | c45b798 | 2020-07-24 14:18:42 +0200 | [diff] [blame] | 70 | DR Redir Sim Downloaded Volume Equal ${file_size_in_mb} 000 000 #Verify correct number of bytes published file data in DR redir sim |
Remigiusz Janeczek | 9055367 | 2020-07-14 10:08:01 +0200 | [diff] [blame] | 71 | |
| 72 | [Teardown] Test Teardown |
BjornMagnussonXA | d3104ef | 2019-03-26 12:48:46 +0000 | [diff] [blame] | 73 | |
Remigiusz Janeczek | c45b798 | 2020-07-24 14:18:42 +0200 | [diff] [blame] | 74 | Set Default Environment Variables |
| 75 | [Documentation] Set default environment variables for simulators setup |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 76 | Set Environment Variable DR_TC --tc normal |
| 77 | Set Environment Variable DR_REDIR_TC --tc normal |
| 78 | Set Environment Variable MR_GROUPS OpenDcae-c12:PM_MEAS_FILES |
| 79 | Set Environment Variable MR_FILE_PREFIX_MAPPING PM_MEAS_FILES:A |
| 80 | Set Environment Variable DR_REDIR_FEEDS 2:A |
| 81 | Set Environment Variable FTP_FILE_PREFIXES A |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 82 | Set Environment Variable FTP_TYPE SFTP |
| 83 | Set Environment Variable HTTP_FILE_PREFIXES A |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 84 | Set Environment Variable NUM_FTPFILES 1 |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 85 | Set Environment Variable NUM_HTTPFILES 1 |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 86 | Set Environment Variable NUM_PNFS 1 |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 87 | Set Environment Variable NUM_FTP_SERVERS 1 |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 88 | Set Environment Variable NUM_HTTP_SERVERS 1 |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 89 | Set Environment Variable DR_FEEDS 2:A |
yanhuanwang | 4805f96 | 2019-09-11 20:44:10 +0200 | [diff] [blame] | 90 | Set Environment Variable DR_REDIR_SIM drsim_redir |
TamasBakai | e81736c | 2019-08-23 13:31:57 +0000 | [diff] [blame] | 91 | Set Environment Variable SFTP_SIMS sftp-server0:22 |
Remigiusz Janeczek | fae33f2 | 2020-07-27 15:22:57 +0200 | [diff] [blame] | 92 | Set Environment Variable FTPES_SIMS ftpes-server-vsftpd0:21 |
Krzysztof Gajewski | 99ce6a7 | 2020-12-29 17:55:27 +0100 | [diff] [blame^] | 93 | Set Environment Variable HTTP_SIMS http-server0:80 |