• L
    qemu.tests.usb_storage: Fix serial params errors · 1eb492e5
    Lin Ma 提交于
    The usb_storage tests report couple of errors, says:
    * missing blk_extra_params_stg
    * Expected: '520fa169-32f8-431f-9f1e-70992671d2e5', Actual: 'TARGET_DISK0'
    ('520fa169-..' is generated dynamically, 'TARGET_..' is my blk_extra_params_stg)
    * Can not get drive path by id 'NO_EQUAL_STRING
    * Can not get drive path by id 'EMPTY_STRING'
    
    This patch fixes above issues.
    Signed-off-by: NLin Ma <lma@suse.com>
    1eb492e5
format_disk.py 6.6 KB