Versions Compared

Key

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

...

  1. test scenario
    1. EC2 API Calls made in this scenario (parameters passed)

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

Example 1. 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.

Example 2. CloudStackQueryEC2KeyPairClientLiveTest

  1. testDescribeImages test scenario tests following API call
    1. createKeyPairInRegion API call is made with parameter keyName and returns the correct response i.e. parsed successfully by jclouds
    2. describeKeyPairsInRegion API call is made with parameter 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

...