diff options
author | sebdet <sebastien.determe@intl.att.com> | 2018-12-01 15:09:54 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2018-12-05 13:18:19 +0100 |
commit | d72d0d05d74f4125e8f36beea096aa7769d19eab (patch) | |
tree | 18e76a08b52de40a77288a14f20448efede92d7d /src/test/resources/http-cache/start_http_cache.sh | |
parent | d1779040e9f6aeaff20a8c0f4da64f4ac7774ae0 (diff) |
Additional code for Tosca
Tosca code for policy dynamic configuration
Issue-ID: CLAMP-252,CLAMP-251
Change-Id: Icd96f833567050c1dd4730a61765507ad24ebd2e
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources/http-cache/start_http_cache.sh')
-rwxr-xr-x | src/test/resources/http-cache/start_http_cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/http-cache/start_http_cache.sh b/src/test/resources/http-cache/start_http_cache.sh index a8ff96ac1..178ac80af 100755 --- a/src/test/resources/http-cache/start_http_cache.sh +++ b/src/test/resources/http-cache/start_http_cache.sh @@ -49,4 +49,4 @@ done echo 'Installing requests packages for Python' pip install requests echo 'Executing the Http proxy in Cache mode only' -python third_party_proxy.py --port 8080 --root /usr/src/http-cache-app/data-cache $python_proxyaddress +python -u third_party_proxy.py --port 8080 --root /usr/src/http-cache-app/data-cache $python_proxyaddress |