1# Copy this to config.local, uncomment and define values 2# 3# NOTE: any files or devices added here will be used by tests that take 4# a file or device arguments This includes tests that are destructive with 5# respect to data contents. They may get erased or overwritten as part of tests. 6# 7# Define tests to exclude from running 8# TEST_EXCLUDE="" 9# 10# Define raw test devices (or files) for test cases, if any 11# declare -A TEST_MAP=() 12# 13# If no TEST_MAP entry exists for a test, use the ones given in TEST_FILES 14# TEST_FILES="/dev/somedevice /data/somefile" 15