Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

All tests are written keeping regions in mind. Null value  have been passed for region. To get the endpoint it was making call to describeRegions, which is not supported by Cloudstack so code changes have been made for that.

A  new project cloudsatck-query-ec2  have been created in jclouds. These The changes are in ec2 project. These  changes are on repo in cloudstack-ec2-queryapi branch and  in cloudstack-query-ec2 project .

In summary 13  34  API calls in tests scenarios are passing. Some failing/skipped ones are dependent on failed tests which are expected to pass once the failed test is ok. The APIs which are passing are as follows

  1. describeImages
  2. describeInstances
  3. describeAddresses
  4. createVolume
  5. describeVolumes
  6. describeSnapshots
  7. describeAvailabilityZones
  8. createKeyPair
  9. describeKeyPairs
  10. deleteKeyPair
  11. createSecurityGroup
  12. deleteSecurityGroup
  13. describeSecurityGroups
  14. createSnapshot
  15. createVolumeFromSnapshot
  16. deleteVolume
  17. runInstances
  18. terminateInstances
  19. deleteSnapshotImportKeyPair

The API calls which are working fine with jclouds parser after my changes

  1. attachVolume
  2. detachVolume
  3. StopInstances
  4. StartInstances
  5. RebootInstances
  6. DescribeInstanceAttribute
  7. CreateImage
  8. DeregisterImage
  9. DescribeImageAttribute
  10. ResetImageAttribute
  11. RegisterImage
  12. AllocateAddress 
  13. AssociateAddress
  14. DisassociateAddress
  15. ReleaseAddress

These tests are failing or skipped(dependent on failed tests) on jclouds as some API call is broken in jclouds

...

These tests are not implemented in jclouds

...

  1. DescribeImageAttribute
  2. ModifyImageAttribute
  3. ResetImageAttribute
  4. RegisterImage
  5. AllocateAddress 
  6. AssociateAddress
  7. DisassociateAddress
  8. ReleaseAddress
  9. GetPassword
  10. createTags
  11. describeTags
  12. deleteTags
  13. ImportKeyPair

Below things are in following format

...

API Calls which are not called in any tests

...

  1. DescribeImageAttribute
  2. ModifyImageAttribute
  3. ResetImageAttribute
  4. RegisterImage
  5. ImportKeyPair
  6. AllocateAddress 
  7. AssociateAddress
  8. DisassociateAddress
  9. ReleaseAddress
  10. GetPassword

...