test/bdevio: enable RPC listening socket

Previously it was explcitly set to NULL, so that
the application didn't even setup up the socket.

Change-Id: I2174fe0ff5790efd6578807f17702978cd9cf451
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455197
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
Tomasz Zawadzki 2019-05-15 08:29:59 -04:00 committed by Jim Harris
parent 3f1cda12e4
commit 3c45798173

View File

@ -1105,7 +1105,6 @@ main(int argc, char **argv)
spdk_app_opts_init(&opts); spdk_app_opts_init(&opts);
opts.name = "bdevio"; opts.name = "bdevio";
opts.rpc_addr = NULL;
opts.reactor_mask = "0x7"; opts.reactor_mask = "0x7";
if ((rc = spdk_app_parse_args(argc, argv, &opts, "", NULL, if ((rc = spdk_app_parse_args(argc, argv, &opts, "", NULL,