Versions Compared

Key

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

...

Below information describe the API calls covered with what parameters. For Example

For CloudStackQueryEC2AMIClientLiveTest (these changes are done to pass this test)

  1. testDescribeImages test scenario tests following API call
    1. describeImagesInRegion API call is made and returns the correct response i.e. parsed successfully by jclouds
    2. describeImagesInRegion API call is made with parameter imageid and returns the correct response i.e. parsed successfully by jclouds.

CloudStackQueryEC2KeyPairClientLiveTest

  1. testDescribeImages test scenario This test scenario(testDescribeImages) tests following API call
    1. This createKeyPairInRegion API call is made (describeImagesInRegion) with parameter keyName and returns the correct response i.e. parsed successfully by jcloudsThis
    2. describeKeyPairsInRegion API call is made ( describeImagesInRegion with parameter imageid ) keyName and returns the correct response i.e. parsed successfully by jclouds
    3. deleteKeyPairInRegion API call is made with parameter keyName and returns the correct response i.e. parsed successfully by jclouds

Tests which are passing

CloudStackQueryEC2AMIClientLiveTest

...

CloudStackQueryEC2KeyPairClientLiveTest

  1. *testCreateKeyPair    *have to remove one delete keypair call as this was deleting non-existent keypair.
    1. createKeyPairInRegion(keyName)
    2. describeKeyPairsInRegion(keyName)
    3. deleteKeyPairInRegion(keyName)
  2. testDescribeKeyPairschanges related to region
    1. describeKeyPairsInRegion
    2. describeKeyPairsInRegion(keyName)

CloudStackQueryEC2SecurityGroupClientLiveTest

  1. *testCreateSecurityGroup 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)

...