Skip to content

Commit b6356f6

Browse files
dwsusekawasaki
authored andcommitted
nvme/rc: Add common file_path name define
Add common file_path name as global definition so that we can reuse it. Signed-off-by: Daniel Wagner <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> [Shin'ichiro: added export to def_file_path] Signed-off-by: Shin'ichiro Kawasaki <[email protected]>
1 parent 8068ca1 commit b6356f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tests/nvme

tests/nvme/rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def_local_wwpn="0x20001100aa000002"
1717
def_hostid="0f01fb42-9f7f-4856-b0b3-51e60b8de349"
1818
def_hostnqn="nqn.2014-08.org.nvmexpress:uuid:${def_hostid}"
1919
export def_subsysnqn="blktests-subsystem-1"
20+
export def_file_path="${TMPDIR}/img"
2021
nvme_trtype=${nvme_trtype:-"loop"}
2122
nvme_img_size=${nvme_img_size:-"1G"}
2223
nvme_num_iter=${nvme_num_iter:-"1000"}

0 commit comments

Comments
 (0)