~sinzui/juju-ci-tools/cloudsigma-lib

« back to all changes in this revision

Viewing changes to test_upload_hetero_control.py

  • Committer: Nate Finch
  • Date: 2015-06-02 03:47:22 UTC
  • mfrom: (968 origin/trunk)
  • mto: This revision was merged to the branch mainline in revision 976.
  • Revision ID: nate.finch@canonical.com-20150602034722-cr3lzq2yb6xdh7gz
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
 
343
343
 
344
344
def fake_artifacts(max=4):
345
 
    for x in xrange(1, max):
 
345
    for x in range(1, max):
346
346
        yield "filename", "artifact data %s" % x