diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-02-15 16:04:12 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-02-15 16:04:12 +0100 |
commit | 57867d108c2f4db22379f5148c9dbab85a29662f (patch) | |
tree | db477b92a01a2e5e307199acc78617b5e1a79a53 /src/test/resources | |
parent | 3ba340378a42d0090273f358deaaa1a269008f83 (diff) |
Code refactoring
Code refactoring, mainly Classes/Methods name renaming
Issue-ID: CLAMP-85
Change-Id: I12bd190576e324ed33f057dc1a4ad32c16fcb6c2
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources')
-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 591fd504..f318256a 100755 --- a/src/test/resources/http-cache/start_http_cache.sh +++ b/src/test/resources/http-cache/start_http_cache.sh @@ -34,4 +34,4 @@ fi echo 'Installing requests packages for Python' pip install requests echo 'Executing the Http proxy in Cache mode only' -python sdc_proxy.py --port 8080 --root /usr/src/http-cache-app/data-cache
\ No newline at end of file +python sdc_proxy.py --port 2080 --root /usr/src/http-cache-app/data-cache |