Hu Shuai

Results 6 issues of Hu Shuai

Sometimes it will fail to mkpart just after mklabel, it says that: "Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the...

Based on #3625, genereate 1000M data to slow down backup process. Before: ``` # /usr/local/bin/avocado run --vt-type libvirt --test-runner=runner --vt-machine-type arm64-mmio incremental_backup.push_mode.original_disk_local.coldplug_disk.backup_to_raw.backup_to_block.negative_test. destroy_vm --vt-connect-uri qemu:///system JOB ID : 7c24f41ead0d1ef8af78c55e43e4e31f61cfbedd JOB...

/dev/vdX in guest may be inconsistent with disk->target@dev in XML, if the old device is not ready in guest before attaching a new device to the guest. Before: ``` #...

Make sure the guest boot successfully before creating snapshot, otherwise it may fail. Before: ``` # /usr/local/bin/avocado run --vt-type libvirt --test-runner=runner --vt-machine-type arm64-mmio virsh.snapshot_edit.positive_tests.edit_option_rename.edit_option_current_and_snapname.disk_snapshot.with_desc.disk_ snapshot --vt-connect-uri qemu:///system JOB ID :...

For the address_bus and address_device of usb pci_id, if three digits are used directly when attaching the device, they may be treated as octal numbers. Take "1d6b:0003:008:001" as an example,...

Extent the handle_prompts timeout to 30s, as sometimes it can not match the patterns within the default timeout 10s. Before fix: ``` # /usr/local/bin/avocado run --vt-type libvirt --test-runner=runner --vt-machine-type arm64-pci...

minorfix