diff options
author | yanhuanwang <martin.c.yan@est.tech> | 2019-09-11 20:44:10 +0200 |
---|---|---|
committer | Chengkai Yan <martin.c.yan@est.tech> | 2019-09-12 09:35:56 +0000 |
commit | 4805f96ca48e0dc4a9aad9466d116d5a0a2990da (patch) | |
tree | 7f240ddb67b412030870814003d850bc7118f51f /tests | |
parent | 31c7509eb8a6ea5498e78b0c326f60733c0a9791 (diff) |
Update dfc env variables
Change-Id: Icc0620d18dc6b4e80ba8b17ca2b85444eedfe0e8
Issue-ID: DCAEGEN2-1702
Signed-off-by: Martin Yan <martin.c.yan@est.tech>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/dcaegen2-collectors-datafile/testsuites/Functional-Single-File-suite/FuncSingleFile.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dcaegen2-collectors-datafile/testsuites/Functional-Single-File-suite/FuncSingleFile.robot b/tests/dcaegen2-collectors-datafile/testsuites/Functional-Single-File-suite/FuncSingleFile.robot index 0763583e..af7b6f1a 100755 --- a/tests/dcaegen2-collectors-datafile/testsuites/Functional-Single-File-suite/FuncSingleFile.robot +++ b/tests/dcaegen2-collectors-datafile/testsuites/Functional-Single-File-suite/FuncSingleFile.robot @@ -88,7 +88,7 @@ Verify single event with single 5MB SFTP file. From event poll to published file Set Environment Variable FTP_TYPE SFTP Set Environment Variable NUM_FTP_SERVERS 1 Set Environment Variable DR_FEEDS 2:A - Set Environment Variable DRR_SIM_IP drsim_redir + Set Environment Variable DR_REDIR_SIM drsim_redir Set Environment Variable SFTP_SIMS sftp-server0:22 Set Environment Variable FTPS_SIMS ftpes-server-vsftpd0:21 @@ -150,7 +150,7 @@ Verify single event with single 50MB SFTP file. From event poll to published fil Set Environment Variable FTP_TYPE SFTP Set Environment Variable NUM_FTP_SERVERS 1 Set Environment Variable DR_FEEDS 2:A - Set Environment Variable DRR_SIM_IP drsim_redir + Set Environment Variable DR_REDIR_SIM drsim_redir Set Environment Variable SFTP_SIMS sftp-server0:22 Set Environment Variable FTPS_SIMS ftpes-server-vsftpd0:21 |