Errr, your subject is wrong...(not net-dumpxml :S ) On 04/08/2013 06:02 PM, Yanbing Du wrote:
Tracking issue https://github.com/autotest/virt-test/issues/234Introduce virsh blockcopy testing: 1. Positive testing 1.1 Copy a disk to a new image file. 1.2 Reuse existing destination copy. 1.3 Valid timeout and bandwidth test. 1.4 Other valid options test 2. Negative testing 2.1 Copy a disk to a non-exist file. 2.2 Copy a disk with invalid options. 2.3 Do blcok copy for a persistent domain. BTW, for max bandwidth testing, there's an bug(BZ#927156), and for invalid timeout testing, there's a bug(BZ#927495). Yanbing Du (3): Add virsh blockcopy/blockpull/blockjob commands function wrapper Add configuration for virsh blockcopy testing Add test module for virsh blockcopy testing libvirt/tests/cfg/virsh_blockcopy.cfg | 56 ++++++ libvirt/tests/virsh_blockcopy.py | 346 +++++++++++++++++++++++++++++++++ virttest/virsh.py | 49 +++++ 3 files changed, 451 insertions(+), 0 deletions(-) create mode 100644 libvirt/tests/cfg/virsh_blockcopy.cfg create mode 100644 libvirt/tests/virsh_blockcopy.py _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
-- Best Regards Yu Mingfei _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
