From 69311bf8082471be45574c9a99b23e31e606669c Mon Sep 17 00:00:00 2001 From: maximesson Date: Fri, 30 Aug 2019 14:05:15 +0000 Subject: Updated README files and adaptation of consul/cbs config Change-Id: I81494f56978a3d0ff06ec0d66968f33f08114103 Issue-ID: DCAEGEN2-1719 Signed-off-by: maximesson --- .../auto-test/FTC100.sh | 26 +++++----------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'test/mocks/datafilecollector-testharness/auto-test/FTC100.sh') diff --git a/test/mocks/datafilecollector-testharness/auto-test/FTC100.sh b/test/mocks/datafilecollector-testharness/auto-test/FTC100.sh index 77477a82a..9d9665bb2 100755 --- a/test/mocks/datafilecollector-testharness/auto-test/FTC100.sh +++ b/test/mocks/datafilecollector-testharness/auto-test/FTC100.sh @@ -1,6 +1,6 @@ #!/bin/bash -TC_ONELINE_DESCR="100 event with 1 1MB file in each evewnt from one PNF in one event using SFTP with feed reconfigure" +TC_ONELINE_DESCR="100 events with 1 1MB file in each event from one PNF using SFTP with feed reconfigure" . ../common/testcase_common.sh $1 $2 @@ -13,10 +13,10 @@ export MR_GROUPS="OpenDcae-c12:PM_MEAS_FILES" export MR_FILE_PREFIX_MAPPING="PM_MEAS_FILES:A" export DR_TC="--tc normal" -export DR_FEEDS="2:A" +export DR_FEEDS="1:A,2:A" export DR_REDIR_TC="--tc normal" -export DR_REDIR_FEEDS="2:A" +export DR_REDIR_FEEDS="1:A,2:A" export NUM_FTPFILES="200" export NUM_PNFS="1" @@ -30,7 +30,6 @@ log_sim_settings start_simulators consul_config_app 0 "../simulator-group/consul/c12_feed2_PM.json" -consul_config_dmaap 0 "../simulator-group/consul/dmaap_feed2.json" mr_equal ctr_requests 0 60 dr_equal ctr_published_files 0 60 @@ -44,26 +43,11 @@ drr_contain_str feeds "2:A" start_dfc 0 -dr_equal ctr_published_files 50 900 - - -export DR_TC="--tc normal" -export DR_FEEDS="1:A" - -export DR_REDIR_TC="--tc normal" -export DR_REDIR_FEEDS="1:A" +dr_equal ctr_published_files 5 900 consul_config_app 0 "../simulator-group/consul/c12_feed1_PM.json" -consul_config_dmaap 0 "../simulator-group/consul/dmaap_feed1.json" - -kill_dr -kill_drr - -log_sim_settings - -start_simulators -mr_equal ctr_events 100 900 +mr_equal ctr_events 100 1800 mr_equal ctr_unique_files 100 mr_equal ctr_unique_PNFs 1 -- cgit 1.2.3-korg