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 30  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. ModifyImageAttribute
  2. AllocateAddress 
  3. AssociateAddress
  4. DisassociateAddress
  5. ReleaseAddress
  6. GetPassword
  7. createTags
  8. describeTags
  9. deleteTags
  10. ImportKeyPair

...

API Calls which are not called in any tests

...

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

...