From: Satheesh Rajendran <[email protected]> Hi Lucas and all,
This is the version 2 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. 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): run: 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 run | 15 +++++- shared/cfg/guest-hw.cfg | 6 ++ virttest/gluster.py | 134 +++++++++++++++++++++++++++++++++++++++++++++++ virttest/storage.py | 8 ++- 4 files changed, 160 insertions(+), 3 deletions(-) create mode 100644 virttest/gluster.py _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
