test/common/nvme/functions.sh
0 → 100755
+210
−0
+2
−205
Loading
These functions are not strictly related to CUSE, rather they are generic functions serving as wrappers around nvme-cli. Since there's no obvious structure as to where similar functions should be placed start the trend of making them comfortable under: test/common/TOPIC/functions.sh. The autotest_common.sh and scripts/common.sh are already overloaded with myriads of different functions so this should be considered as an entry to a bigger refactor dealing with shuffling these functions into proper location. Change-Id: I767aec2a8f49ddc95659e30fa1b04473d2689847 Signed-off-by:Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17851 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com>