You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Ignasi Barrera <no...@github.com> on 2016/08/11 14:10:13 UTC

Re: [jclouds/jclouds] Fix for ssh reload for CentOS 7 (#992)

Thanks @iyovcheva!
Unfortunately it looks like our CI system only runs the unit tests and not the integration ones. When running a build locally (with `mvn clean install`) I get these failures in jclouds-compute:

    Tests run: 40, Failures: 3, Errors: 0, Skipped: 11
    testCreateAndRunAService(org.jclouds.compute.StubComputeServiceIntegrationTest)
    testAScriptExecutionAfterBootWithBasicTemplate(org.jclouds.compute.StubComputeServiceIntegrationTest)
    testCreateTwoNodesWithRunScript(org.jclouds.compute.StubComputeServiceIntegrationTest)

Could you run a build locally and have a look at those tests?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/992#issuecomment-239172044