~canonical-ci-engineering/core-image-tester/snappy-proposed-migration

« back to all changes in this revision

Viewing changes to core_image_tester/tests/test_queue_integration.py

  • Committer: Ubuntu CI Bot
  • Author(s): Francis Ginther
  • Date: 2015-05-26 15:37:10 UTC
  • mfrom: (35.1.2 queue-updates)
  • Revision ID: ubuntu_ci_bot-20150526153710-92frutl76i88r5yk
Rename queues for snappy-proposed-migration version of core-image-tester. [r=Paul Larson, Joe Talbott]

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 
24
24
from core_image_tester.queue import CoreImageTesterQueueMonitor
 
25
from core_image_tester import constants
25
26
 
26
27
 
27
28
class KombuQueueIntegrationTests(TestCase):
68
69
 
69
70
 
70
71
def queue_message(conn, message):
71
 
    q = conn.SimpleQueue('core.tests.v1')
 
72
    q = conn.SimpleQueue(constants.INPUT_QUEUE)
72
73
    q.put(message)