dzhengfy
dzhengfy
Sometimes we do not need the VM is synced with the updated VM xml. So this is to add this option. Signed-off-by: Dan Zheng
This is to support the new elements in disk as below: Signed-off-by: Dan Zheng
'numactl --hardware' command is repeatedly executed in some functions. This is to decrease the execution times for this command.
Because get_settings_value() return None instead of '' now, so get_tmp_dir() returns None incorrectly which cause avocado crash with below messages when bootstraping: Avocado crashed unexpectedly: expected str, bytes or os.PathLike...
Test disk driver iothread feature like below Scenarios: - start vm with iothreads - hotplug a disk with iothreads - update disk with iothreads - delete iothread
Case ID: xxx-188140