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

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

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

Tests which are passing

CloudStackQueryEC2AMIClientLiveTest

...