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 25  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. 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. DescribeInstanceAttribute
  2. CreateImage
  3. DeregisterImage
  4. DescribeImageAttribute
  5. ModifyImageAttribute
  6. ResetImageAttribute
  7. RegisterImage
  8. AllocateAddress 
  9. AssociateAddress
  10. DisassociateAddress
  11. ReleaseAddress
  12. GetPassword
  13. createTags
  14. describeTags
  15. deleteTags
  16. ImportKeyPair

...

API Calls which are not called in any tests

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

...