Use only localhost for the tests Also workarounds a bug that prevented the tests from working when no other connection was available.
Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/ad5e8617 Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/ad5e8617 Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/ad5e8617 Branch: refs/heads/master Commit: ad5e861777836eb33fc95e3aa093763711d63f5b Parents: 98f26c2 Author: Carlos Sierra <[email protected]> Authored: Wed Nov 22 19:16:47 2017 +0100 Committer: Carlos Sierra <[email protected]> Committed: Wed Nov 22 19:16:47 2017 +0100 ---------------------------------------------------------------------- jax-rs.itests/itest.bndrun | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/ad5e8617/jax-rs.itests/itest.bndrun ---------------------------------------------------------------------- diff --git a/jax-rs.itests/itest.bndrun b/jax-rs.itests/itest.bndrun index d1f4237..f55468a 100644 --- a/jax-rs.itests/itest.bndrun +++ b/jax-rs.itests/itest.bndrun @@ -17,6 +17,7 @@ logback.configurationFile=file:${.}/logback.xml,\ osgi.console.enable.builtin=false, \ osgi.console=, \ + org.apache.felix.http.host=localhost,\ org.osgi.service.http.port=* -runblacklist:\ osgi.identity;filter:='(osgi.identity=org.osgi.compendium)',\
