Home
last modified time | relevance | path

Searched refs:check_fio_retcode (Results 1 – 5 of 5) sorted by relevance

/spdk/test/vhost/hotplug/
H A Dblk_hotremove.sh85 check_fio_retcode "Blk hotremove test case 2: Iteration 1." 1 $retcode
95 check_fio_retcode "Blk hotremove test case 2: Iteration 2." 1 $retcode
127 check_fio_retcode "Blk hotremove test case 3: Iteration 1." 1 $retcode
137 check_fio_retcode "Blk hotremove test case 3: Iteration 2." 1 $retcode
176 check_fio_retcode "Blk hotremove test case 4: Iteration 1." 1 $retcode_vm0
177 check_fio_retcode "Blk hotremove test case 4: Iteration 2." 1 $retcode_vm1
187 check_fio_retcode "Blk hotremove test case 4: Iteration 3." 1 $retcode
218 check_fio_retcode "Blk hotremove test case 5: Iteration 1." 1 $retcode
228 check_fio_retcode "Blk hotremove test case 5: Iteration 2." 1 $retcode
H A Dscsi_hotattach.sh36 check_fio_retcode "Hotattach test case 1: Iteration 1." 0 $?
50 check_fio_retcode "Hotattach test case 2: Iteration 1." 0 $?
64 check_fio_retcode "Hotattach test case 3: Iteration 1." 0 $?
80 check_fio_retcode "Hotattach test case 4: Iteration 1." 0 $?
84 check_fio_retcode "Hotattach test case 4: Iteration 2." 0 $?
90 check_fio_retcode "Hotattach test case 4: Iteration 3." 0 $?
H A Dscsi_hotremove.sh87 check_fio_retcode "Scsi hotremove test case 2: Iteration 1." 1 $retcode
101 check_fio_retcode "Scsi hotremove test case 2: Iteration 2." 1 $retcode
129 check_fio_retcode "Scsi hotremove test case 3: Iteration 1." 1 $retcode
142 check_fio_retcode "Scsi hotremove test case 3: Iteration 2." 1 $retcode
183 check_fio_retcode "Scsi hotremove test case 4: Iteration 1." 1 $retcode_vm0
184 check_fio_retcode "Scsi hotremove test case 4: Iteration 2." 1 $retcode_vm1
202 check_fio_retcode "Scsi hotremove test case 4: Iteration 3." 1 $retcode
211 check_fio_retcode "Scsi hotremove test case 4: Iteration 4." 0 $retcode
H A Dscsi_hotdetach.sh121 check_fio_retcode "Hotdetach test case 1: Iteration 1." 1 $?
143 check_fio_retcode "Hotdetach test case 2: Iteration 1." 1 $?
164 check_fio_retcode "Hotdetach test case 3: Iteration 1." 0 $?
190 check_fio_retcode "Hotdetach test case 4: Iteration 1." 1 $?
193 check_fio_retcode "Hotdetach test case 4: Iteration 2." 0 $?
202 check_fio_retcode "Hotdetach test case 4: Iteration 3." 0 $?
H A Dcommon.sh148 function check_fio_retcode() { function