CVSROOT:        /cvs/cluster
Module name:    conga
Changes by:     [EMAIL PROTECTED]       2007-09-24 18:06:41

Added files:
        ricci/test_suite/storage: fstab_add.xml fstab_del.xml 
                                  mount_fs.xml umount_fs.xml 
                                  umount_fs_bydev.xml 

Log message:
        add unit tests for validating the new functionality added to fix 
242943: Changes to clustered volumes should be made on all cluster nodes

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/fstab_add.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/fstab_del.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/mount_fs.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/umount_fs.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/umount_fs_bydev.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1

/cvs/cluster/conga/ricci/test_suite/storage/fstab_add.xml,v  -->  standard 
output
revision 1.1
--- conga/ricci/test_suite/storage/fstab_add.xml
+++ -   2007-09-24 18:06:42.145902000 +0000
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+       <batch>
+               <module name="storage">
+                       <request sequence="1254" API_version="1.0">
+                               <function_call name="fstab_add">
+                                       <var name="mountpoint" type="string" 
mutable="false" value="/mnt/xen" />
+                                       <var name="device" type="string" 
mutable="false" value="/dev/cluster_vg/xen_guests" />
+                                       <var name="fstype" type="string" 
mutable="false" value="gfs" />
+                               </function_call>
+                       </request>
+               </module>
+       </batch>
+</ricci>
+
/cvs/cluster/conga/ricci/test_suite/storage/fstab_del.xml,v  -->  standard 
output
revision 1.1
--- conga/ricci/test_suite/storage/fstab_del.xml
+++ -   2007-09-24 18:06:42.249789000 +0000
@@ -0,0 +1,14 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+       <batch>
+               <module name="storage">
+                       <request sequence="1254" API_version="1.0">
+                               <function_call name="fstab_del">
+                                       <var name="mountpoint" type="string" 
mutable="false" value="/mnt/xen" />
+                                       <var name="device" type="string" 
mutable="false" value="/dev/cluster_vg/xen_guests" />
+                               </function_call>
+                       </request>
+               </module>
+       </batch>
+</ricci>
+
/cvs/cluster/conga/ricci/test_suite/storage/mount_fs.xml,v  -->  standard output
revision 1.1
--- conga/ricci/test_suite/storage/mount_fs.xml
+++ -   2007-09-24 18:06:42.343180000 +0000
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+       <batch>
+               <module name="storage">
+                       <request sequence="1254" API_version="1.0">
+                               <function_call name="mount_fs">
+                                       <var name="mountpoint" type="string" 
mutable="false" value="/mnt/xen" />
+                                       <var name="device" type="string" 
mutable="false" value="/dev/mapper/cluster_vg-xen_guests" />
+                                       <var name="fstype" type="string" 
mutable="false" value="gfs" />
+                               </function_call>
+                       </request>
+               </module>
+       </batch>
+</ricci>
+
/cvs/cluster/conga/ricci/test_suite/storage/umount_fs.xml,v  -->  standard 
output
revision 1.1
--- conga/ricci/test_suite/storage/umount_fs.xml
+++ -   2007-09-24 18:06:42.462610000 +0000
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+       <batch>
+               <module name="storage">
+                       <request sequence="1254" API_version="1.0">
+                               <function_call name="umount_fs">
+                                       <var name="mountpoint" type="string" 
mutable="false" value="/mnt/xen" />
+                               </function_call>
+                       </request>
+               </module>
+       </batch>
+</ricci>
+
/cvs/cluster/conga/ricci/test_suite/storage/umount_fs_bydev.xml,v  -->  
standard output
revision 1.1
--- conga/ricci/test_suite/storage/umount_fs_bydev.xml
+++ -   2007-09-24 18:06:42.573711000 +0000
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+       <batch>
+               <module name="storage">
+                       <request sequence="1254" API_version="1.0">
+                               <function_call name="umount_fs">
+                                       <var name="device" type="string" 
mutable="false" value="/dev/mapper/cluster_vg-xen_guests" />
+                               </function_call>
+                       </request>
+               </module>
+       </batch>
+</ricci>
+

Reply via email to