diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-04-20 21:08:12 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-23 12:04:10 +0000 |
commit | e9ff54eaadfa3d8a4ea098a17ae38f187935149e (patch) | |
tree | 633b9a9845cf8cd764c50032f4e8eb15d6c33adf /docs/submodules/policy/engine.git | |
parent | b0a2c6942305ac4f06606eebf38608118aee0409 (diff) |
Updated git submodules
Project: policy/engine master d73f9545331d390ab3975840dea8c4a48beef498
Build fails when build host running web server
If the host on which the policy engine is running a web server that
respoonds with a HTTP response on the URL "http://localhost", the build
fails because one of the tests in ONAP-XACML expects a ConnectException
on this URL. When the URL returns a valid respose the test fails causing
the buld to fail.
This fix changes the URL to "http://localhost:54287", which I guess could
also exist but is much less liekly to exist.
Change-Id: I2f80d12a80d29a9bc7b2067f35c286f01c4d9550
Issue-ID: POLICY-700
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'docs/submodules/policy/engine.git')
m--------- | docs/submodules/policy/engine.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git -Subproject daee922e51e60c3cad6a3cc691214a34aad9ac7 +Subproject d73f9545331d390ab3975840dea8c4a48beef49 |