~cprov/uci-engine/tarmac-multienv

« back to all changes in this revision

Viewing changes to ci-utils/ci_utils/amqp_worker.py

  • Committer: Evan Dandrea
  • Date: 2014-06-30 12:07:54 UTC
  • mfrom: (630 uci-engine)
  • mto: This revision was merged to the branch mainline in revision 655.
  • Revision ID: evan.dandrea@canonical.com-20140630120754-z6x5eqdahpp2qfrt
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
        amqp_cb should either be one of:
88
88
          * amqp_utils.progress_failed
89
 
          * amqp_utils.progress_complete
 
89
          * amqp_utils.progress_completed
90
90
        :return: tuple(ampq_cb, return_value_dictionary)
91
91
        '''
92
92
        raise NotImplementedError