Skip to content

Instantly share code, notes, and snippets.

@andreisavu
Created June 7, 2012 20:10
Show Gist options
  • Save andreisavu/2891273 to your computer and use it in GitHub Desktop.
Save andreisavu/2891273 to your computer and use it in GitHub Desktop.
jclouds with cloudstack 3.0 failing tests
testAScriptExecutionAfterBootWithBasicTemplate
testAndExperiment
testAssociateDisassociatePublicIPAddress
testCanSshInThroughNewLoadBalancerRule
testConcurrentUseOfComputeServiceToCreateNodes
testCreateAndRunAService
testListResourceLimits
Bugs in CS3:
testRegisterDeleteSSHKeyPair See: http://bugs.cloudstack.org/browse/CS-15172
Working from IDE:
testCreateVirtualMachine
testListTemplates
testListVirtualMachines
@abayer
Copy link

abayer commented Jun 7, 2012

Additional failures when run as a non-domain admin:

  • before(org.jclouds.cloudstack.features.GlobalDomainClientLiveTest)
  • setupContext(org.jclouds.cloudstack.compute.CloudStackComputeServiceAdapterLiveTest): Guice configuration errors:(..)
  • testListAsyncJobs(org.jclouds.cloudstack.features.AsyncJobClientLiveTest): AsyncJob{accountId=ad263c13-5565-4df6-9e22-d29e79fefde6, cmd='com.cloud.api.commands.DeployVMCmd', created=Thu Jun 07 13:23:54 PDT 2012, id=40ea3386-4ba9-4ff6-934a-2a659a8bd606, instanceId=a322723b-59b9-4e00-b80b-f6bde345e86b, instanceType='VirtualMachine', progress=0, result=null, resultCode=SUCCESS, resultType='null', status=IN_PROGRESS, userId=25aeb88c-7c42-4c6a-8361-ecf7ae09a50f, error=null}
  • testRegisterTemplate(org.jclouds.cloudstack.features.TemplateClientLiveTest): expected:<1> but was:<0>
  • testCreateVolumeFromSnapshotInZoneAndDeleteVolume(org.jclouds.cloudstack.features.VolumeClientLiveTest): failed to create volume

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment