Modify smoke tests example

Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir Jankowski 2020-12-07 16:56:54 +01:00 committed by Robert Baldyga
parent 0d9a56b4f0
commit cb6d6aaaba

View File

@ -9,8 +9,8 @@
# If you want to use this file, rename it to "cas_local_config". # If you want to use this file, rename it to "cas_local_config".
# Default core and cache devices - note that we require whole devices, not partitions # Default core and cache devices - note that we require whole devices, not partitions
export CORE_DEVICE="/dev/sdd" export CORE_DEVICE="/dev/disk/by-id/ata-SUPER_SPEED_DISK_SSD"
export CACHE_DEVICE="/dev/sdf" export CACHE_DEVICE="/dev/disk/by-id/nvme-BETTER_SSD_KINGOFSSDS"
# Default size of partition for cache/core device. This is used only for # Default size of partition for cache/core device. This is used only for
# the DEFAULT_* API functions # the DEFAULT_* API functions