server/test/unittest_repository.py
changeset 8573 ae0a567dff30
parent 8535 268b6349baf3
parent 8572 e54b3bc39011
child 8669 62213a34726e
equal deleted inserted replaced
8570:e20057a9ceea 8573:ae0a567dff30
   414         srv.quit()
   414         srv.quit()
   415 
   415 
   416     def _zmq_client(self, done):
   416     def _zmq_client(self, done):
   417         cnxprops = ConnectionProperties('zmq')
   417         cnxprops = ConnectionProperties('zmq')
   418         try:
   418         try:
   419             cnx = connect(self.repo.config.appid, u'admin', password=u'gingkow',
   419             cnx = connect('tcp://127.0.0.1:41415', u'admin', password=u'gingkow',
   420                           host='tcp://127.0.0.1:41415',
       
   421                           cnxprops=cnxprops,
   420                           cnxprops=cnxprops,
   422                           initlog=False) # don't reset logging configuration
   421                           initlog=False) # don't reset logging configuration
   423             try:
   422             try:
   424                 cnx.load_appobjects(subpath=('entities',))
   423                 cnx.load_appobjects(subpath=('entities',))
   425                 # check we can get the schema
   424                 # check we can get the schema