16
16
# You should have received a copy of the GNU General Public License
17
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
28
22
require_scsi_debug_module_
30
24
grep '^#define USE_BLKID 1' "$CONFIG_HEADER" > /dev/null ||
33
27
echo 'Sector size (logical/physical): 4096B/4096B' > exp || framework_failure
35
29
# create memory-backed device
36
30
scsi_debug_setup_ dev_size_mb=8 sector_size=4096 > dev-name ||
42
34
# create partition table and print
43
35
parted -s $scsi_dev mklabel gpt print > out 2>&1 || fail=1
44
36
grep '^Sector' out > k 2>&1 || fail=1