aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/simulator-group/simulators-start.sh
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/simulator-group/simulators-start.sh
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/simulator-group/simulators-start.sh')
-rwxr-xr-xtest/mocks/datafilecollector-testharness/simulator-group/simulators-start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/datafilecollector-testharness/simulator-group/simulators-start.sh b/test/mocks/datafilecollector-testharness/simulator-group/simulators-start.sh
index 82ad6aa1e..9370f99a6 100755
--- a/test/mocks/datafilecollector-testharness/simulator-group/simulators-start.sh
+++ b/test/mocks/datafilecollector-testharness/simulator-group/simulators-start.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-
+set -x
server_check() {
for i in {1..10}; do
res=$(curl -s -o /dev/null -w "%{http_code}" localhost:$2$3)