diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-26 21:59:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-26 21:59:33 +0000 |
commit | 77775225a166ea66912ec38b5b9b16993dd49ff5 (patch) | |
tree | 78fe8c4a5666749d612f62cec454253973ecc9d0 /test/mocks/datafilecollector-testharness/simulator-group/docker-compose-setup.sh | |
parent | bab325bf8248fd9033c828981b22942c2098b48a (diff) | |
parent | 08294064157fc8a13692c5caa132d9cc68b27aba (diff) |
Merge "Adapted the simulators for running in CSIT"
Diffstat (limited to 'test/mocks/datafilecollector-testharness/simulator-group/docker-compose-setup.sh')
-rwxr-xr-x | test/mocks/datafilecollector-testharness/simulator-group/docker-compose-setup.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/mocks/datafilecollector-testharness/simulator-group/docker-compose-setup.sh b/test/mocks/datafilecollector-testharness/simulator-group/docker-compose-setup.sh new file mode 100755 index 000000000..d0171a5e3 --- /dev/null +++ b/test/mocks/datafilecollector-testharness/simulator-group/docker-compose-setup.sh @@ -0,0 +1,11 @@ +#/bin/bash + +#Script for manually starting all simulators with test setting below + +export DR_TC="" +export DR_REDIR_TC="" +export MR_TC="--tc100" +export BC_TC="" +export NUM_FTPFILES="250" + +source ./simulators-start.sh
\ No newline at end of file |