~cprov/core-result-checker/lint

« back to all changes in this revision

Viewing changes to core_result_checker/__init__.py

  • Committer: Ubuntu CI Bot
  • Author(s): Thomi Richards
  • Date: 2015-04-08 00:03:46 UTC
  • mfrom: (14.1.1 trunk-update-tarball)
  • Revision ID: ubuntu_ci_bot-20150408000346-agh7miuc56o399ni
Update to use new tarball filename. [r=Francis Ginther]

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
            device,
69
69
            image_name,
70
70
        ).replace('/', '_')
 
71
        tarball_name = container_name + "-results.tgz"
71
72
 
72
73
        # check to see if swift is consistent yet:
73
74
        if not self.swift_manager.container_contains_file(
74
75
            container_name,
75
 
            "results.tgz"
 
76
            tarball_name
76
77
        ):
77
78
            logger.warning("Swift container not yet consistent.")
78
79
            self.retry_publisher.retry_for_swift(message)