Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EJBCA 6.15.1, EJBCA 7.0.0
-
Component/s: None
-
Labels:None
-
Issue discovered during:Ad Hoc
-
Sprint:EJBCA Sprint 21 Team Bob, EJBCA Team Bob - 2018 w45
Description
Currently, if you run EJBCA on one VM/container and build it on another, you need to comment out the checks in modules/systemtests/build.xml, or you won't be able to run system tests.
This happens because "localhost" is hardcoded in the build file.
There is a property called "target.hostname" in systemtests.properties which should be used instead.