From: Satheesh Rajendran <[email protected]> Hi Lucas and all,
This is the version 3 of the glusterfs support patchset to virt-test. This will help to create a gluster volume and would run all the virt tests from the image it creates, on the gluster volume. I have added a wiki which would help first time users. https://github.com/autotest/virt-test/wiki/Virt-test-support-for-GlusterFs Changes from V2: 'hostname' failover is added. Module 'commands' is removed instead 'utils.system' is used Used 'error' utils. Added a users wiki in virt-test wiki page. Removed the enabler switch from runner and added back to tests.cfg. Changes from V1: The switch to enable the glusterfs support has been added to runner instead of tests.cfg Now to enable glusterfs support the runner can be invoked like below e:g-: ./run -t qemu -g Fedora.17.x86_64 --qemu-bin=/usr/local/bin/qemu-system-x86_64 --image-type=raw --tests="boot,shutdown" --glusterfs_support -v By default the glusterfs_support is off Please let me know your comments. Satheesh Rajendran (4): qemu/cfg/tests.cfg: to add flag to enable the glusterfs support shared/cfg/guest-hw.cfg: to add configuration details for glusterfs support virttest/storage.py: to add the image file for glusterfs support virttest/gluster.py: to add the library for glusterfs support qemu/cfg/tests.cfg | 1 + shared/cfg/guest-hw.cfg | 7 +++ virttest/gluster.py | 122 +++++++++++++++++++++++++++++++++++++++++++++++ virttest/storage.py | 8 ++- 4 files changed, 136 insertions(+), 2 deletions(-) create mode 100644 virttest/gluster.py _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
