diff options
author | Marco Platania <platania@research.att.com> | 2019-02-18 16:09:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-18 16:09:15 +0000 |
commit | 24eaf7b5afd4df8a6e126137a47184c284f50152 (patch) | |
tree | 66836023261a7710b5e8b0b1dc02f789809ba892 /runSoak.sh | |
parent | 0ed1faf7c7f727177b7bf3c10b5a5105d3d45ff3 (diff) | |
parent | f6032dfd78d59da601caad17e5cf0cba7b41b9c5 (diff) |
Merge "Change OpenECOMP_ETE to ONAP"
Diffstat (limited to 'runSoak.sh')
-rwxr-xr-x | runSoak.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/bash -INSTALL_DIR=/var/opt/OpenECOMP_ETE +INSTALL_DIR=/var/opt/ONAP # # Execute tags built to support the hands on demo, # @@ -25,4 +25,4 @@ function usage cd ${INSTALL_DIR} export PYTHONPATH=${INSTALL_DIR}/robot/library -python -m loadtest.TestMain $@ --logfile /share/logs/soak_$$.log
\ No newline at end of file +python -m loadtest.TestMain $@ --logfile /share/logs/soak_$$.log |