mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
iotests:172: use _filter_qom_path
device[NUMBER] thing in QOM path is not stable and tracking it during code modifications is not fun. Let's filter it like it's already done in iotest 186. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20201216095205.526235-3-vsementsov@virtuozzo.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
7ba9646c60
commit
1a35110150
2 changed files with 77 additions and 77 deletions
|
@ -73,7 +73,7 @@ check_floppy_qtree()
|
|||
(QEMU_OPTIONS="" do_run_qemu "$@" |
|
||||
_filter_testdir |_filter_generated_node_ids | _filter_hmp |
|
||||
sed -ne '/^ dev: isa-fdc/,/^ dev:/{x;p};/^[a-z][^ ]* (NODE_NAME):* /,/^(qemu)$/{p}') 2>&1 |
|
||||
_filter_win32 | _filter_qemu
|
||||
_filter_win32 | _filter_qemu | _filter_qom_path
|
||||
}
|
||||
|
||||
check_cache_mode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue