Esempio n. 1
0
 def __init__(self, consumer):
     context = Context(consumer)
     # replyto
     context.replyto = dict(systemid='pulp',
                            method='POST',
                            path='/v2/agent/%s/reply/' % context.uuid)
     # context
     self.context = context
Esempio n. 2
0
 def __init__(self, consumer):
     context = Context(consumer)
     # replyto
     context.replyto = dict(
         systemid='pulp',
         method='POST',
         path='/v2/agent/%s/reply/' % context.uuid)
     # context
     self.context = context