Commit bd8fa152 authored by Andrei Vagin's avatar Andrei Vagin Committed by Andrei Vagin

test/rpc: Specify --address for page-server

Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 4416c58e
......@@ -52,6 +52,7 @@ else:
print 'Dumping myself using page-server'
req.type = rpc.DUMP
req.opts.ps.port = resp.ps.port
req.opts.ps.address = "127.0.0.1"
req.opts.log_file = 'dump.log'
req.opts.leave_running = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment