commit | fa357dfc37bb5a71689a8390a287f7ec74a3fdd9 | [log] [tgz] |
---|---|---|
author | TamasBakai <tamas.bakai@est.tech> | Thu Aug 15 08:25:27 2019 +0000 |
committer | Daniel Rose <dr695h@att.com> | Thu Aug 15 14:14:18 2019 +0000 |
tree | 3e0694bd1f0ba05a291ff9a537d3e73161b95552 | |
parent | 1160da46b6fd3a98608e59ca82c14529af94edbd [diff] |
Simulator integration for CSIT of generalized DfC Issue-ID: DCAEGEN2-1719 Change-Id: I963cfaef30bc4e85d76fecddd310f091e8c00bd0 Signed-off-by: TamasBakai <tamas.bakai@est.tech>
diff --git a/test/mocks/datafilecollector-testharness/dr-sim/dmaapDR.js b/test/mocks/datafilecollector-testharness/dr-sim/dmaapDR.js index f94600a..e307cf6 100644 --- a/test/mocks/datafilecollector-testharness/dr-sim/dmaapDR.js +++ b/test/mocks/datafilecollector-testharness/dr-sim/dmaapDR.js
@@ -35,7 +35,7 @@ const tc_10first_error_response = "10first_error_response"; const tc_100first_error_response = "100first_error_response"; -var drr_sim_ip = '127.0.0.1'; //IP for redirect to DR redir sim. Can be changed by env DRR_SIM_IP +var drr_sim_ip = 'drsim_redir'; //IP for redirect to DR redir sim. Can be changed by env DRR_SIM_IP //Counters var ctr_publish_query = [];
diff --git a/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml b/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml index 1ad4788..4d98c70 100644 --- a/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml +++ b/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml
@@ -14,4 +14,4 @@ - "3908:3908" - "3909:3909" container_name: drsim_redir - command: node dmaapDR_redir.js \ No newline at end of file + command: node dmaapDR_redir.js \ No newline at end of file