From: Hannes Reinecke Date: Tue, 30 Aug 2022 09:12:35 +0000 (+0200) Subject: nvme/45: do not specify 'def_traddr' and 'def_trsvcid' X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d11b126745f9f1f9b700bd8471d053670a9aa44a;p=users%2Fsagi%2Fblktests.git nvme/45: do not specify 'def_traddr' and 'def_trsvcid' These are default values which will be set by the functions themselves, so we should leave them unset to allow to pick up the correct values. Signed-off-by: Hannes Reinecke --- diff --git a/tests/nvme/045 b/tests/nvme/045 index 389e434..a0e6e93 100755 --- a/tests/nvme/045 +++ b/tests/nvme/045 @@ -65,8 +65,7 @@ test() { _set_nvmet_dhgroup "${hostnqn}" "ffdhe2048" _nvme_connect_subsys "${nvme_trtype}" "${subsys_name}" \ - "${def_traddr}" "${def_trsvcid}" \ - "${hostnqn}" "${hostid}" \ + "" "" "${hostnqn}" "${hostid}" \ "${hostkey}" "${ctrlkey}" udevadm settle