diff options
author | TamasBakai <tamas.bakai@est.tech> | 2019-08-15 08:25:27 +0000 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-08-15 14:14:18 +0000 |
commit | fa357dfc37bb5a71689a8390a287f7ec74a3fdd9 (patch) | |
tree | 3e0694bd1f0ba05a291ff9a537d3e73161b95552 /test/mocks/datafilecollector-testharness/dr-sim | |
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>
Diffstat (limited to 'test/mocks/datafilecollector-testharness/dr-sim')
-rw-r--r-- | test/mocks/datafilecollector-testharness/dr-sim/dmaapDR.js | 2 | ||||
-rw-r--r-- | test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/mocks/datafilecollector-testharness/dr-sim/dmaapDR.js b/test/mocks/datafilecollector-testharness/dr-sim/dmaapDR.js index f94600ae4..e307cf66f 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_10p_error_response = "10p_error_response"; 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 1ad478886..4d98c708e 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 @@ services: - "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 |