Versions Compared

Key

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

...

The changes are in ec2 project. These  changes are on repo in cloudstack-ec2-queryapi branch .

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

...