~larry-e-works/uci-engine/amqp-to-kombu

« back to all changes in this revision

Viewing changes to ci-utils/ci_utils/tests/test_file_handler.py

  • Committer: Larry Works
  • Date: 2014-09-30 18:08:31 UTC
  • mfrom: (762.1.55 uci-engine)
  • Revision ID: larry.works@canonical.com-20140930180831-cpztlnifhc47ah69
Massive merge from trunk, no conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        self.create_test_info()
38
38
 
39
39
    def create_test_info(self, source_name="foobar", source_version="0.1",
40
 
                         packaging_version="1"):
 
40
                         architecture="any", packaging_version="1"):
41
41
        self.source_name = source_name
42
42
        self.source_version = source_version
 
43
        self.architecture = architecture
43
44
        self.packaging_version = packaging_version
44
45
        self.full_version = "%s-%s" % (self.source_version,
45
46
                                       self.packaging_version)