Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In summary 13  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. createVolumeInAvailabilityZone
  5. describeVolumes
  6. describeSnapshots
  7. describeAvailabilityZones
  8. createKeyPair
  9. describeKeyPairs
  10. deleteKeyPair
  11. createSecurityGroup
  12. deleteSecurityGroup
  13. describeSecurityGroups

Below things are in following format

...

  1. *testCreateSecurityGroup *have to remove one delete security group call as this was deleting non-existent security group.
    1. createSecurityGroupInRegion(groupName, groupDescription)
    2. .deleteSecurityGroupInRegion(groupName)
  2. *testDescribe   *changes related to region
    1. describeSecurityGroupsInRegion
    2. describeSecurityGroupsInRegion(groupName)

...