Spdk/test/nvmf/target
Shuhei Matsumoto 0ecb36c727 test/nvmf: Use $USER instead of logname to follow other cases
$USER gives the login name who logged in the terminal and
logname prints the login name who logged in the session.

test/nvmf/common.sh has used $USER to start the SPDK application,
as non-root but test/nvmf/host/perf.sh and
test/nvmf/target/nvmf_example.sh have used logname to start the
example application as non-root.

It looks OK to use $USER to start application as non-root like other
cases.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: Ia0a17e3bd37a76e4d808e5816ba6716920f8f340
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4090
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
2020-09-16 07:55:28 +00:00
..
abort.sh example/nvme: add application to test NVMe I/O abort 2020-07-17 07:21:13 +00:00
bdev_io_wait.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
bdevio.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
connect_disconnect.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
create_transport.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
discovery.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
filesystem.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
fio.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
fuzz.sh check_format: Reformat the Bash code in compliance with shfmt 2020-05-07 20:52:21 +00:00
identify_passthru.sh build: Example applications build to build/example 2020-06-15 15:27:16 +00:00
initiator_timeout.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
invalid.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
multiconnection.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
multitarget_rpc.py test/nvmf: test the new nvmf RPCs. 2019-09-26 15:21:44 +00:00
multitarget.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
nmic.sh test/nvmf: Unify the ports in common file. 2020-08-17 08:20:58 +00:00
nvme_cli.sh test/nvmf: always test nvme-cli and build it too 2020-07-06 23:22:59 +00:00
nvmf_example.sh test/nvmf: Use $USER instead of logname to follow other cases 2020-09-16 07:55:28 +00:00
nvmf_lvol.sh build: Example applications build to build/example 2020-06-15 15:27:16 +00:00
nvmf_vhost_fio.job create nvmf+vhost test. 2019-05-21 10:01:50 +00:00
nvmf_vhost.sh check_format: Reformat the Bash code in compliance with shfmt 2020-05-07 20:52:21 +00:00
rpc.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
shutdown.sh test/nvmf: only disable test cases in top-level script 2020-07-31 08:21:23 +00:00
srq_overwhelm.sh test/nvmf: only disable test cases in top-level script 2020-07-31 08:21:23 +00:00