• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2# SPDX-License-Identifier: MIT or GPL-2.0-only
3
4. common/fio_common
5. common/loop_common
6
7echo "run loop usercopy test"
8file=`_create_loop_image "data" $LO_IMG_SZ`
9export T_TYPE_PARAMS="-t loop -q 1 --usercopy  -f $file"
10
11__run_dev_perf 1
12
13_remove_loop_image $file
14