~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to txaws/testing/ec2.py

  • Committer: Thomas Hervé
  • Date: 2009-10-13 07:14:42 UTC
  • Revision ID: thomas@canonical.com-20091013071442-0pmk1jqoaln3zksq
Add argument to describe_instances in the test stub [trivial]

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        self.addresses = addresses or []
31
31
        self.availability_zones = availability_zones or []
32
32
 
33
 
    def describe_instances(self):
 
33
    def describe_instances(self, *instances):
34
34
        return succeed(self.instances)
35
35
 
36
36
    def describe_keypairs(self):