aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorehautot <eh552t@intl.att.com>2018-03-28 13:22:35 +0200
committerehautot <eh552t@intl.att.com>2018-03-28 13:58:18 +0200
commitbfbbd8cfae5b44374372189c95df179bffc2118f (patch)
treebf66ffb9d1230b24458f6ce24ab0cd43a8bc0365 /extra
parentc3472b1ec153c564fb99b37eb17c764db0d530fc (diff)
Add simulator cases for (un)deploy/stop + typo
Change-Id: I0a3b8f1e812f6199c5a7fbbabd88c6c5ec4217cc Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-111
Diffstat (limited to 'extra')
-rw-r--r--extra/docker/clamp/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/docker/clamp/docker-compose.yml b/extra/docker/clamp/docker-compose.yml
index 76992fd5..69e47152 100644
--- a/extra/docker/clamp/docker-compose.yml
+++ b/extra/docker/clamp/docker-compose.yml
@@ -30,4 +30,4 @@ services:
- "../../../src/test/resources/http-cache/:/script/:ro"
ports:
- "8085:8085"
- command: /bin/sh -c "pip install requests && pip install simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty"
+ command: /bin/sh -c "pip install requests && pip install simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty --proxyaddress third_party_proxy:8085"