arquillian-cube
arquillian-cube copied to clipboard
Tests for arquillian-cube-docker are failing on Windows
Issue Overview
-
org.arquillian.cube.docker.impl.client.CubeConfiguratorTest is failing due to wrong path separator (e.g.
Expected: map containing [is "certPath"->a string containing ".boot2docker/certs"] but: map was [<serverUri=tcp://192.168.0.2:22222>, <certPath=[...]\.boot2docker\certs\boot2docker-vm>... -
org.arquillian.cube.docker.impl.requirement.DockerRequirementTest is hanging forever.
Steps To Reproduce
- Execute Maven test on Windows
@georgwolf : I had a similar issue and it worked as i replaced the relative path with absolute path . Could you please give it a try.