Spdk/test/nvmf/host
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
..
aer.sh test/nvmf: Handle multiple arguments in nvmfappstart() 2020-05-13 07:46:04 +00:00
bdevperf.sh test/nvmf: only disable test cases in top-level script 2020-07-31 08:21:23 +00:00
fio.sh test: do not use iter_pci_class_code in tests 2020-03-18 08:03:21 +00:00
identify_kernel_nvmf.sh build: Example applications build to build/example 2020-06-15 15:27:16 +00:00
identify.sh build: Example applications build to build/example 2020-06-15 15:27:16 +00:00
multicontroller.sh test/nvmf: Remove duplicated code target second port. 2020-09-07 09:29:49 +00:00
multipath.sh test/nvmf: Unify the ports in common file. 2020-08-17 08:20:58 +00:00
perf.sh test/nvmf: Use $USER instead of logname to follow other cases 2020-09-16 07:55:28 +00:00
target_disconnect.sh test/nvmf: only disable test cases in top-level script 2020-07-31 08:21:23 +00:00