aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/mr-sim
diff options
context:
space:
mode:
authorTamasBakai <tamas.bakai@est.tech>2019-08-15 08:25:27 +0000
committerDaniel Rose <dr695h@att.com>2019-08-15 14:14:18 +0000
commitfa357dfc37bb5a71689a8390a287f7ec74a3fdd9 (patch)
tree3e0694bd1f0ba05a291ff9a537d3e73161b95552 /test/mocks/datafilecollector-testharness/mr-sim
parent1160da46b6fd3a98608e59ca82c14529af94edbd (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/mr-sim')
-rw-r--r--test/mocks/datafilecollector-testharness/mr-sim/mr-sim.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mocks/datafilecollector-testharness/mr-sim/mr-sim.py b/test/mocks/datafilecollector-testharness/mr-sim/mr-sim.py
index eefc61e1d..51e0badef 100644
--- a/test/mocks/datafilecollector-testharness/mr-sim/mr-sim.py
+++ b/test/mocks/datafilecollector-testharness/mr-sim/mr-sim.py
@@ -18,7 +18,7 @@ sftp_hosts=[]
sftp_ports=[]
ftps_hosts=[]
ftps_ports=[]
-num_ftp_servers=0
+num_ftp_servers=1
def sumList(ctrArray):
tmp=0
@@ -1218,6 +1218,7 @@ if __name__ == "__main__":
ftps_ports.append(hp[1])
groups = os.environ.get('MR_GROUPS', 'OpenDcae-c12:PM_MEAS_FILES')
+ print("Groups detected: " + groups )
configuredPrefixes = os.environ.get('MR_FILE_PREFIX_MAPPING', 'PM_MEAS_FILES:A')
if (len(groups) == 0 ):